Changeset 32354 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Sep 9, 2010 1:06:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c
r28800 r32354 313 313 } 314 314 } 315 else 315 316 if (pClipRects->rects.c == 0) 316 317 { 317 318 pClipRects->rclDst.left = pClipRects->rclDst.right = 0; 318 319 } 320 DISPDBG((1, "%d rects remains\n", pClipRects->rects.c)); 319 321 } 320 322 }
Note:
See TracChangeset
for help on using the changeset viewer.