Changeset 9635 for trunk/src/user32
- Timestamp:
- Jan 6, 2003, 4:38:17 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r9607 r9635 1 /* $Id: win32wbase.cpp,v 1.35 1 2003-01-04 12:21:44sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.352 2003-01-06 15:38:17 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2641 2641 windowpos.rcNormalPosition = rectWindow; 2642 2642 } 2643 //MSDN says the entire client area will be invalidated when SWP_NOCOPYBITS 2644 //is specified (fixes repaint issues when window is made smaller) 2645 if((fuFlags & (SWP_NOCOPYBITS|SWP_NOREDRAW)) == SWP_NOCOPYBITS) { 2646 InvalidateRect(getWindowHandle(), NULL, TRUE); 2647 } 2643 2648 return (rc); 2644 2649 }
Note:
See TracChangeset
for help on using the changeset viewer.