Changeset 5189 for trunk/src/user32/dc.cpp
- Timestamp:
- Feb 19, 2001, 11:15:52 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r5173 r5189 1 /* $Id: dc.cpp,v 1.8 8 2001-02-18 17:59:04sandervl Exp $ */1 /* $Id: dc.cpp,v 1.89 2001-02-19 10:15:49 sandervl Exp $ */ 2 2 3 3 /* … … 428 428 hrgnRect = GreCreateRectRegion(pHps->hps, &rcl, 1); 429 429 #if 0 430 if(window->getParent()) 430 if(window->getParent()) 431 431 { 432 432 HRGN hrgnParentClip; … … 1740 1740 { 1741 1741 dprintf(("ScrollWindowEx: Scroll child window %x", hwndChild)); 1742 1743 1744 1742 SetWindowPos(hwndChild, 0, rectChild.left + dx, 1743 rectChild.top + orgdy, 0, 0, SWP_NOZORDER_W | 1744 SWP_NOSIZE_W | SWP_NOACTIVATE_W | SWP_NOREDRAW); 1745 1745 } 1746 1746 hwndChild = GetWindow(hwndChild, GW_HWNDNEXT_W); … … 1843 1843 if(!pHps) 1844 1844 { 1845 1845 return; 1846 1846 } 1847 1847
Note:
See TracChangeset
for help on using the changeset viewer.