Changeset 9933 for trunk/src/user32/dcrgn.cpp
- Timestamp:
- Mar 22, 2003, 9:27:12 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dcrgn.cpp
r6902 r9933 1 /* $Id: dcrgn.cpp,v 1. 7 2001-09-30 22:24:41 sandervl Exp $ */1 /* $Id: dcrgn.cpp,v 1.8 2003-03-22 20:27:11 sandervl Exp $ */ 2 2 3 3 /* … … 65 65 dprintf(("GetUpdateRect %x %x %d", hwnd, pRect, erase)); 66 66 67 //check if the application previously didn't handle a WM_PAINT msg properly 68 wnd->checkForDirtyUpdateRegion(); 69 67 70 BOOL updateRegionExists = WinQueryUpdateRect(wnd->getOS2WindowHandle(), pRect ? &rectl : NULL); 68 71 if (!pRect) { … … 118 121 return ERROR_W; 119 122 } 123 //check if the application previously didn't handle a WM_PAINT msg properly 124 wnd->checkForDirtyUpdateRegion(); 125 120 126 lComplexity = WinQueryUpdateRegion(wnd->getOS2WindowHandle(), hrgn); 121 127 if(lComplexity == RGN_ERROR) {
Note:
See TracChangeset
for help on using the changeset viewer.