Ignore:
Timestamp:
Apr 28, 2003, 10:41:08 AM (22 years ago)
Author:
sandervl
Message:

PF: Correctly finish PM restore procedure from minimized state; Use Stock brush for minimized icon fill when it is not allocated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.cpp

    r10039 r10045  
    1 /* $Id: pmwindow.cpp,v 1.211 2003-04-25 11:13:16 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.212 2003-04-28 08:41:07 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    16801680        }
    16811681#endif
     1682        //PF This is the final step of PM restoration - should end up
     1683        //in default handler.
     1684        if (win32wnd->getOldStyle() & WS_MINIMIZE_W && pswp->fl & SWP_RESTORE)
     1685              goto RunDefFrameWndProc;
    16821686
    16831687PosChangedEnd:
Note: See TracChangeset for help on using the changeset viewer.