- Timestamp:
- Jul 11, 2007 1:28:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/enable.c
r3550 r3553 130 130 for (i=0;i<lpRgnData->rdh.nCount;i++) 131 131 { 132 DISPDBG((0, "New visible rectangle (%d,%d) (%d,%d)\n", pRect->left, pRect->bottom, pRect->right, pRect->top)); 132 133 pRTRect[i].xLeft = pRect->left; 133 134 pRTRect[i].yBottom = pRect->bottom;
Note:
See TracChangeset
for help on using the changeset viewer.