Changeset 10485 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Feb 27, 2004, 3:38:03 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r10406 r10485 1 /* $Id: win32wbase.cpp,v 1.38 5 2004-01-19 12:39:02sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.386 2004-02-27 14:38:03 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2662 2662 InvalidateRect(getWindowHandle(), NULL, TRUE); 2663 2663 } 2664 2665 if(!(fuFlags & SWP_NOSIZE)) 2666 { 2667 // We must call this function or open DC will get out of sync 2668 // (PM will not always send us a WM_VRNENABLED message) 2669 RecalcVisibleRegion(this); 2670 } 2664 2671 return (rc); 2665 2672 }
Note:
See TracChangeset
for help on using the changeset viewer.