Changeset 10479 for trunk/src/user32/dc.cpp
- Timestamp:
- Feb 23, 2004, 1:40:29 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r10477 r10479 1 /* $Id: dc.cpp,v 1.12 6 2004-02-23 12:03:05sandervl Exp $ */1 /* $Id: dc.cpp,v 1.127 2004-02-23 12:40:29 sandervl Exp $ */ 2 2 3 3 /* … … 1660 1660 } 1661 1661 1662 // If the background is to be erased, then make it so 1663 if ((scrollFlag & SW_ERASE_W)) 1664 { 1665 dprintf(("Set erase background flag to TRUE")); 1666 window->setEraseBkgnd(TRUE); 1667 } 1668 1662 1669 #if 0 1663 1670 //SvL: WinScrollWindow already invalidates the area; no need to do it again
Note:
See TracChangeset
for help on using the changeset viewer.