VirtualBox

Changeset 1375 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Mar 9, 2007 2:16:22 PM (18 years ago)
Author:
vboxsync
Message:

Windows guest video driver: corrected detection of non-cacheable bitmaps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c

    r1207 r1375  
    10511051                int cacheResult;
    10521052
    1053                 if (/* @test (psoSrc->fjBitmap & BMF_DONTCACHE) != 0
    1054                     || */ psoSrc->iUniq == 0)
     1053                if (  (psoSrc->fjBitmap & BMF_DONTCACHE) != 0
     1054                    || psoSrc->iUniq == 0)
    10551055                {
    10561056                    DISPDBG((1, "MEMBLT: non cachable bitmap.\n"));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette