Changeset 5989
- Timestamp:
 - Jun 13, 2001, 10:19:34 AM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/oslibwin.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/oslibwin.cpp
r5969 r5989 1 /* $Id: oslibwin.cpp,v 1.9 8 2001-06-12 08:02:35sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.99 2001-06-13 08:19:34 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 171 171 swp[i].x = pRect->xLeft; 172 172 swp[i].y = pRect->yBottom; 173 if(pRect->yTop - pRect->yBottom > minmaxheight) { 174 swp[i].y += pRect->yTop - pRect->yBottom - minmaxheight; 175 } 173 176 swp[i].cx = pRect->xRight - pRect->xLeft; 174 177 if(WinWindowFromID(hwndFrame, FID_MINMAX)) { 175 178 swp[i].cx -= (minmaxwidth + minmaxwidth/2); 176 179 } 177 swp[i].cy = pRect->yTop - pRect->yBottom;180 swp[i].cy = minmaxheight; 178 181 swp[i].fl = SWP_SIZE | SWP_MOVE | SWP_SHOW; 179 182 dprintf(("FID_TITLEBAR (%d,%d)(%d,%d)", swp[i].x, swp[i].y, swp[i].cx, swp[i].cy));  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  