Ignore:
Timestamp:
Oct 12, 1999, 10:16:24 PM (26 years ago)
Author:
sandervl
Message:

Bugfix for SetPos bugfix, Edit controls now work, experimental fix in Edit control for VPBuddy

File:
1 edited

Legend:

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

    r1261 r1263  
    1 /* $Id: oslibwin.cpp,v 1.24 1999-10-12 18:51:38 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.25 1999-10-12 20:16:23 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    625625         y = pswpOld->y;
    626626
     627//SvL: TEST
     628#if 0
    627629         if (!((y == 0) && (pswpOld->cy == 0)))
    628630         {
    629631            y = parentHeight - y - pswpOld->cy;
    630632         }
    631          else     y = parentHeight - y - cy;
     633#endif
    632634      }
    633       else     y = parentHeight - y - cy;
    634635 
    635636      if (flags & SWP_SIZE)
     
    643644         cy = pswpOld->cy;
    644645      }
     646      y  = parentHeight - y - cy;
     647     
    645648
    646649       if ((pswpOld->x == x) && (pswpOld->y == y))
Note: See TracChangeset for help on using the changeset viewer.