- Timestamp:
- Feb 23, 2004, 1:40:29 PM (22 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 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 -
trunk/src/user32/edit.c
r10463 r10479 3152 3152 IntersectRect(&rc, &rc1, &es->format_rect); 3153 3153 ScrollWindowEx(hwnd, -dx, dy, 3154 #ifdef __WIN32OS2__ 3155 NULL, &rc, (HRGN)NULL, NULL, SW_INVALIDATE|SW_ERASE); 3156 #else 3154 3157 NULL, &rc, (HRGN)NULL, NULL, SW_INVALIDATE); 3158 #endif 3155 3159 /* force scroll info update */ 3156 3160 EDIT_UpdateScrollInfo(hwnd, es);
Note:
See TracChangeset
for help on using the changeset viewer.