Changeset 1375 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 9, 2007 2:16:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c
r1207 r1375 1051 1051 int cacheResult; 1052 1052 1053 if ( /* @test(psoSrc->fjBitmap & BMF_DONTCACHE) != 01054 || */psoSrc->iUniq == 0)1053 if ( (psoSrc->fjBitmap & BMF_DONTCACHE) != 0 1054 || psoSrc->iUniq == 0) 1055 1055 { 1056 1056 DISPDBG((1, "MEMBLT: non cachable bitmap.\n"));
Note:
See TracChangeset
for help on using the changeset viewer.