Ignore:
Timestamp:
Jan 15, 2000, 3:18:18 PM (26 years ago)
Author:
cbratschi
Message:

several nc changes

File:
1 edited

Legend:

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

    r2437 r2444  
    1 /* $Id: oslibwin.h,v 1.30 2000-01-14 14:45:16 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.31 2000-01-15 14:18:17 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    3939HWND  OSLibWinCreateWindow(HWND hwndParent,ULONG dwWinStyle,
    4040                           char *pszName, HWND Owner, ULONG fBottom,
    41                            HWND *hwndFrame, ULONG id, BOOL fTaskList);
     41                           HWND *hwndFrame, ULONG id, BOOL fTaskList,BOOL saveBits);
    4242
    4343BOOL  OSLibWinConvertStyle(ULONG dwStyle, ULONG *dwExStyle, ULONG *OSWinStyle, ULONG *OSFrameStyle, ULONG *borderWidth, ULONG *borderHeight);
Note: See TracChangeset for help on using the changeset viewer.