- Timestamp:
- Jun 21, 2007 10:57:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp
r3198 r3201 600 600 601 601 resizeRect(paRects, NumDevices, DevPrimaryNum, Id, Width, Height); 602 #ifdef DDCLOG 603 for (i = 0; i < NumDevices; i++) 604 { 605 DDCLOG(("[%d]: %d,%d %dx%d\n", 606 i, paRects[i].left, paRects[i].top, 607 paRects[i].right - paRects[i].left, 608 paRects[i].bottom - paRects[i].top)); 609 } 610 #endif /* DDCLOG */ 602 611 603 612 /* Without this, Windows will not ask the miniport for its
Note:
See TracChangeset
for help on using the changeset viewer.