Changeset 62406 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray
- Timestamp:
- Jul 21, 2016 3:34:39 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108956
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp
r62405 r62406 332 332 { 333 333 RECT *lpRect = (RECT *)&lpRgnData->Buffer[0]; 334 Log Rel(("VBoxTray: New visible region: \n"));334 Log(("VBoxTray: New visible region: \n")); 335 335 336 336 for (DWORD i = 0; i < lpRgnData->rdh.nCount; i++) 337 337 { 338 Log Rel(("VBoxTray: visible rect (%d,%d)(%d,%d)\n", lpRect[i].left, lpRect[i].top, lpRect[i].right, lpRect[i].bottom));338 Log(("VBoxTray: visible rect (%d,%d)(%d,%d)\n", lpRect[i].left, lpRect[i].top, lpRect[i].right, lpRect[i].bottom)); 339 339 } 340 340
Note:
See TracChangeset
for help on using the changeset viewer.