Ignore:
Timestamp:
Oct 14, 1999, 8:27:59 PM (26 years ago)
Author:
sandervl
Message:

Lots of window fixes & changes

File:
1 edited

Legend:

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

    r1265 r1297  
    1 /* $Id: oslibwin.h,v 1.15 1999-10-13 14:24:25 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.16 1999-10-14 18:27:57 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    3434
    3535BOOL  OSLibWinSetParent(HWND hwnd, HWND hwndParent, ULONG fRedraw = TRUE);
     36BOOL  OSLibWinSetOwner(HWND hwnd, HWND hwndOwner);
    3637
    3738
    3839HWND  OSLibWinCreateWindow(HWND hwndParent, ULONG dwWinStyle, ULONG dwFrameStyle,
    39                            char *pszName, HWND Owner, ULONG fHWND_BOTTOM, HWND *hwndFrame);
     40                           char *pszName, HWND Owner, ULONG fHWND_BOTTOM,
     41                           HWND *hwndFrame, ULONG id);
    4042
    4143BOOL  OSLibWinConvertStyle(ULONG dwStyle, ULONG *dwExStyle, ULONG *OSWinStyle, ULONG *OSFrameStyle, ULONG *borderWidth, ULONG *borderHeight);
Note: See TracChangeset for help on using the changeset viewer.