Changeset 5777 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- May 22, 2001, 11:33:16 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r5713 r5777 1 /* $Id: pmwindow.cpp,v 1.13 0 2001-05-15 14:31:39sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.131 2001-05-22 09:33:12 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 773 773 if ((pswp->fl & (SWP_SIZE | SWP_MOVE | SWP_ZORDER)) == 0) 774 774 { 775 if(pswp->fl & SWP_RESTORE && win32wnd->getStyle() & WS_MINIMIZE_W) { 776 dprintf(("Restoring minimized window %x", win32wnd->getWindowHandle())); 777 win32wnd->ShowWindow(SW_RESTORE_W); 778 } 775 779 if(pswp->fl & SWP_SHOW) { 776 780 WinShowWindow(win32wnd->getOS2WindowHandle(), 1);
Note:
See TracChangeset
for help on using the changeset viewer.