VirtualBox

Changeset 3201 in vbox for trunk


Ignore:
Timestamp:
Jun 21, 2007 10:57:28 AM (18 years ago)
Author:
vboxsync
Message:

Logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp

    r3198 r3201  
    600600
    601601    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 */
    602611   
    603612    /* Without this, Windows will not ask the miniport for its
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette