Changeset 9933 for trunk/src/user32/dc.cpp
- Timestamp:
- Mar 22, 2003, 9:27:12 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r8800 r9933 1 /* $Id: dc.cpp,v 1.11 7 2002-06-28 19:45:00 sandervl Exp $ */1 /* $Id: dc.cpp,v 1.118 2003-03-22 20:27:10 sandervl Exp $ */ 2 2 3 3 /* … … 679 679 bIcon = IsIconic(hwnd); 680 680 681 //check if the application previously didn't handle a WM_PAINT msg properly 682 wnd->checkForDirtyUpdateRegion(); 683 681 684 HWND hwndClient = (bIcon) ? wnd->getOS2FrameWindowHandle() : wnd->getOS2WindowHandle(); 682 685 … … 1207 1210 else hwnd = wnd->getOS2WindowHandle(); 1208 1211 } 1212 1213 //check if the application previously didn't handle a WM_PAINT msg properly 1214 wnd->checkForDirtyUpdateRegion(); 1209 1215 1210 1216 BOOL IncludeChildren = (redraw & RDW_ALLCHILDREN_W) ? TRUE : FALSE; … … 1383 1389 } 1384 1390 1391 //check if the application previously didn't handle a WM_PAINT msg properly 1392 wnd->checkForDirtyUpdateRegion(); 1393 1385 1394 #ifdef DEBUG 1386 1395 if(WinQueryUpdateRect(wnd->getOS2WindowHandle(), &rectl))
Note:
See TracChangeset
for help on using the changeset viewer.