Ignore:
Timestamp:
Oct 7, 1999, 12:51:47 PM (26 years ago)
Author:
achimha
Message:

fix from Rene Pronk for client window resizing

File:
1 edited

Legend:

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

    r1159 r1163  
    1 /* $Id: pmwindow.cpp,v 1.16 1999-10-07 09:28:01 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.17 1999-10-07 10:51:47 achimha Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    295295        }
    296296        classStyle = win32wnd->getClass()->getStyle();
    297         if ((yDelta != 0) && ((classStyle & CS_VREDRAW_W) ||
    298            ((classStyle & CS_HREDRAW_W) && (pswp->cx != pswpo->cx))))
     297
     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.