Changeset 5687 for trunk/src/user32/dcrgn.cpp
- Timestamp:
- May 11, 2001, 3:31:54 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dcrgn.cpp
r5685 r5687 1 /* $Id: dcrgn.cpp,v 1. 4 2001-05-11 08:39:42sandervl Exp $ */1 /* $Id: dcrgn.cpp,v 1.5 2001-05-11 13:31:54 sandervl Exp $ */ 2 2 3 3 /* … … 67 67 BOOL updateRegionExists = WinQueryUpdateRect(wnd->getOS2WindowHandle(), pRect ? &rectl : NULL); 68 68 if (!pRect) { 69 dprintf(("GetUpdateRect returned %d", updateRegionExists)); 69 70 return (updateRegionExists); 70 71 } … … 95 96 } 96 97 98 dprintf(("GetUpdateRect returned (%d,%d)(%d,%d)", pRect->left, pRect->top, pRect->right, pRect->bottom)); 97 99 return updateRegionExists; 98 100 }
Note:
See TracChangeset
for help on using the changeset viewer.