Ignore:
Timestamp:
Jul 24, 2002, 8:43:11 PM (23 years ago)
Author:
sandervl
Message:

PF: Pass on WM_PAINT of client window to default PM handler if window is minimized

File:
1 edited

Legend:

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

    r8901 r8916  
    1 /* $Id: pmwindow.cpp,v 1.182 2002-07-21 15:55:51 achimha Exp $ */
     1/* $Id: pmwindow.cpp,v 1.183 2002-07-24 18:43:11 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    792792
    793793        if(rc && win32wnd->IsWindowCreated() && (rectl.xLeft != rectl.xRight &&
    794            rectl.yBottom != rectl.yTop))
     794           rectl.yBottom != rectl.yTop) && !IsIconic(win32wnd->GetTopParent()))
    795795        {
    796796                win32wnd->DispatchMsgA(pWinMsg);
Note: See TracChangeset for help on using the changeset viewer.