Ignore:
Timestamp:
Oct 8, 1999, 1:21:31 AM (26 years ago)
Author:
sandervl
Message:

SetWindowPos bugfix

File:
1 edited

Legend:

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

    r1159 r1176  
    1 /* $Id: oslibwin.cpp,v 1.13 1999-10-07 09:28:00 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.14 1999-10-07 23:21:30 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    629629   pswp->ulReserved1      = 0;
    630630   pswp->ulReserved2      = 0;
     631}
     632//******************************************************************************
     633//******************************************************************************
     634BOOL OSLibWinCalcFrameRect(HWND hwndFrame, RECTLOS2 *pRect, BOOL fClient)
     635{
     636   return WinCalcFrameRect(hwndFrame, (PRECTL)pRect, fClient);
    631637}
    632638//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.