Changeset 22547 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Aug 28, 2009 10:22:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r22540 r22547 1147 1147 }; 1148 1148 1149 dprintf(("VBoxVideo::VBoxVideoFindAdapter \n"));1149 dprintf(("VBoxVideo::VBoxVideoFindAdapter %p\n", HwDeviceExtension)); 1150 1150 1151 1151 #ifdef VBOX_WITH_HGSMI … … 1373 1373 static BOOLEAN ShowPointer(PVOID HwDeviceExtension) 1374 1374 { 1375 LogRelFlowFunc(("\n")); 1376 BOOLEAN Result; 1375 BOOLEAN Result = TRUE; 1377 1376 1378 1377 if (DEV_MOUSE_HIDDEN((PDEVICE_EXTENSION)HwDeviceExtension)) … … 1397 1396 dprintf(("VBoxVideo::ShowPointer: Could not show the hardware pointer -> fallback\n")); 1398 1397 } 1399 LogRelFlowFunc(("returning %d\n", Result));1400 1398 return Result; 1401 1399 }
Note:
See TracChangeset
for help on using the changeset viewer.