Changeset 8301 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Apr 24, 2002, 10:56:17 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r8210 r8301 1 /* $Id: win32wbase.cpp,v 1.32 2 2002-04-07 21:37:34sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.323 2002-04-24 08:56:17 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2319 2319 else OSLibWinMinimizeWindow(getOS2FrameWindowHandle()); 2320 2320 2321 if(!(swp & SWP_NOACTIVATE) ) {2321 if(!(swp & SWP_NOACTIVATE) && (!(getStyle() & WS_MINIMIZE))) { 2322 2322 OSLibWinSetActiveWindow(OS2HwndFrame); 2323 2323 }
Note:
See TracChangeset
for help on using the changeset viewer.