- Timestamp:
- Mar 4, 2002, 11:45:30 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r7890 r8032 1 /* $Id: win32wbase.cpp,v 1.31 4 2002-02-12 18:07:20 sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.315 2002-03-04 10:45:30 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2276 2276 case SW_SHOWDEFAULT: /* FIXME: should have its own handler */ 2277 2277 case SW_RESTORE: 2278 dprintf(("ShowWindow:restoring window")); 2279 //Set client rectangle to 0 (contains negative values) 2280 setClientRect(0,0,0,0); 2281 2278 2282 swp |= SWP_SHOWWINDOW | SWP_FRAMECHANGED; 2279 2280 2283 if( getStyle() & (WS_MINIMIZE | WS_MAXIMIZE) ) { 2281 2284 swp |= MinMaximize(SW_RESTORE, &newPos );
Note:
See TracChangeset
for help on using the changeset viewer.