- Timestamp:
 - Feb 23, 2004, 1:03:05 PM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/dc.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/dc.cpp
r10473 r10477 1 /* $Id: dc.cpp,v 1.12 5 2004-02-19 15:03:55 sandervl Exp $ */1 /* $Id: dc.cpp,v 1.126 2004-02-23 12:03:05 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.
  