Changeset 10473 for trunk/src/user32/dc.cpp
- Timestamp:
- Feb 19, 2004, 4:03:55 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r10461 r10473 1 /* $Id: dc.cpp,v 1.12 4 2004-02-16 12:00:25 sandervl Exp $ */1 /* $Id: dc.cpp,v 1.125 2004-02-19 15:03:55 sandervl Exp $ */ 2 2 3 3 /* … … 1274 1274 //Don't clear erase background flag if the window is 1275 1275 //already (partly) invalidated 1276 if ( !WinQueryUpdateRect (hwnd, NULL)) {1276 if (WinQueryUpdateRect (hwnd, NULL)) { 1277 1277 dprintf(("RDW_INVALIDATE: no update rectangle, disable %x WM_ERASEBKGND", wnd->getWindowHandle())); 1278 1278 wnd->setEraseBkgnd(FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.