Ignore:
Timestamp:
Oct 8, 1999, 4:57:18 PM (26 years ago)
Author:
sandervl
Message:

WS_DISABLED fix + removed frame + poschanged bugfixes

File:
1 edited

Legend:

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

    r1176 r1186  
    1 /* $Id: pmwindow.cpp,v 1.21 1999-10-07 23:21:30 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.22 1999-10-08 14:57:17 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    298298        classStyle = win32wnd->getClass()->getStyle();
    299299
     300#if 0
     301        if ((yDelta != 0) && ((classStyle & CS_VREDRAW_W) ||
     302           ((classStyle & CS_HREDRAW_W) && (pswp->cx != pswpo->cx))))
     303#else
    300304        if (yDelta != 0 || xDelta != 0)
     305#endif
    301306        {
    302307            HENUM henum = WinBeginEnumWindows(pswp->hwnd);
     
    321326#endif
    322327
    323                 swp[i].cy += yDelta;
    324                 swp[i].fl  = SWP_SIZE;
     328                swp[i].y += yDelta;
    325329
    326330                if (i == 9)
Note: See TracChangeset for help on using the changeset viewer.