Changeset 12738 in vbox
- Timestamp:
- Sep 25, 2008 2:19:19 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37061
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp
r8393 r12738 178 178 BOOLEAN bRC = FALSE; 179 179 180 dprintf(("VBoxVideo::vboxQueryPointerPosInternal: pointerXPos = %p, pointerYPos = %p\n", pointerXPos, pointerYPos)); 180 /* Activate next line only when really needed; floods the log very quickly! */ 181 /*dprintf(("VBoxVideo::vboxQueryPointerPosInternal: pointerXPos = %p, pointerYPos = %p\n", pointerXPos, pointerYPos));*/ 181 182 182 183 VMMDevReqMouseStatus *req = NULL; … … 319 320 else 320 321 { 321 dprintf(("VBoxVideo::vboxUpdatePointerShape: req->u32Version = %08X\n", req->header.version)); 322 /* Activate next line only when really needed; floods the log very quickly! */ 323 /*dprintf(("VBoxVideo::vboxUpdatePointerShape: req->u32Version = %08X\n", req->header.version));*/ 322 324 323 325 /* We have our custom flags in the field */
Note:
See TracChangeset
for help on using the changeset viewer.