Changeset 2705 for trunk/src/user32/dc.cpp
- Timestamp:
- Feb 9, 2000, 4:56:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r2686 r2705 1 /* $Id: dc.cpp,v 1.4 5 2000-02-08 22:28:03sandervl Exp $ */1 /* $Id: dc.cpp,v 1.46 2000-02-09 15:56:16 sandervl Exp $ */ 2 2 3 3 /* … … 1596 1596 rc = setPMRgnIntoWinRgn (hrgn, hrgnUpdate, height); 1597 1597 1598 //SvL: WinScrollWindow already invalidates the area; no need to do it again 1599 //(call to invalidateRect was wrong; has to include erase flag) 1600 #if 0 1598 1601 if ((scrollFlag & SW_INVALIDATE_W) && 1599 1602 ((lComplexity == RGN_RECT) || (lComplexity == RGN_COMPLEX))) … … 1605 1608 } 1606 1609 } 1610 #endif 1607 1611 1608 1612 switch (lComplexity)
Note:
See TracChangeset
for help on using the changeset viewer.