VirtualBox

Ignore:
Timestamp:
Jul 20, 2007 3:38:05 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23052
Message:

More logging

File:
1 edited

Legend:

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

    r3743 r3744  
    183183                if (cbSize)
    184184                {
     185#ifdef DEBUG
     186                    RECT *lpRect = (RECT *)&lpRgnData->Buffer[0];
     187                    dprintf(("New visible region: \n"));
     188
     189                    for (DWORD i=0;i<lpRgnData->rdh.nCount;i++)
     190                    {
     191                        dprintf(("visible rect (%d,%d)(%d,%d)\n", lpRect->left, lpRect->top, lpRect->right, lpRect->bottom));
     192                    }
     193#endif
    185194                    /* send to display driver */
    186195                    ExtEscape(param.hdc, VBOXESC_SETVISIBLEREGION, cbSize, (LPCSTR)lpRgnData, 0, NULL);
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