Ignore:
Timestamp:
Oct 7, 1999, 8:24:53 PM (26 years ago)
Author:
achimha
Message:

client windowposchanged fix from R. Pronk

File:
1 edited

Legend:

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

    r1165 r1171  
    1 /* $Id: pmwindow.cpp,v 1.18 1999-10-07 13:02:16 achimha Exp $ */
     1/* $Id: pmwindow.cpp,v 1.19 1999-10-07 18:24:53 achimha Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    296296        classStyle = win32wnd->getClass()->getStyle();
    297297
    298         if ((yDelta != 0) && (pswp->cx != pswpo->cx))
     298        if ((yDelta != 0) || (pswp->cx != pswpo->cx))
    299299        {
    300300            HENUM henum = WinBeginEnumWindows(pswp->hwnd);
Note: See TracChangeset for help on using the changeset viewer.