Changeset 27992 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Apr 5, 2010 7:32:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r27988 r27992 1284 1284 else 1285 1285 Status = STATUS_BUFFER_TOO_SMALL; 1286 1287 if (i == (uint32_t)iPreferrableMode) 1288 iFoundPreferrableMode = cFound; 1289 1286 1290 ++cFound; 1287 1288 if (i == (uint32_t)iPreferrableMode)1289 iFoundPreferrableMode = i; 1290 }1291 } 1291 } 1292 } 1293 1294 Assert(iFoundPreferrableMode < 0 || cFound > (uint32_t)iFoundPreferrableMode); 1295 1292 1296 *pcModes = cFound; 1293 1297 if (piPreferrableMode) 1294 1298 *piPreferrableMode = iFoundPreferrableMode; 1299 1295 1300 return Status; 1296 1301 }
Note:
See TracChangeset
for help on using the changeset viewer.