Ignore:
Timestamp:
Apr 11, 2003, 5:22:34 PM (22 years ago)
Author:
sandervl
Message:

Tool windows don't have minimize or maximize buttons; always draw tool windows in win32 style as they are not compatible with PM frame controls

File:
1 edited

Legend:

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

    r9943 r10013  
    1 /* $Id: oslibwin.h,v 1.74 2003-03-27 11:02:26 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.75 2003-04-11 15:22:33 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    4444                           char *pszName, HWND Owner, ULONG fBottom,
    4545                           ULONG id, BOOL fTaskList,BOOL fShellPosition,
    46                            int classStyle, HWND *hwndFrame);
     46                           DWORD classStyle, HWND *hwndFrame);
    4747
    4848BOOL  OSLibWinConvertStyle(ULONG dwStyle, ULONG dwExStyle, ULONG *OSWinStyle,
Note: See TracChangeset for help on using the changeset viewer.