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.h

    r1159 r1176  
    1 /* $Id: oslibwin.h,v 1.9 1999-10-07 09:28:01 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.10 1999-10-07 23:21:30 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    210210#define RELATIVE_TO_SCREEN 1
    211211BOOL  OSLibWinQueryWindowRect(HWND hwnd, PRECT pRect, int RelativeTo = RELATIVE_TO_WINDOW);
     212BOOL  OSLibWinCalcFrameRect(HWND hwndFrame, RECTLOS2 *pRect, BOOL fClient);
    212213
    213214#define QWOS_NEXT         0
Note: See TracChangeset for help on using the changeset viewer.