Ignore:
Timestamp:
Feb 7, 2000, 3:30:18 PM (26 years ago)
Author:
sandervl
Message:

Fix for DCX_INTERSECTRGN in GetDCEx

File:
1 edited

Legend:

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

    r2666 r2676  
    1 /* $Id: oslibwin.h,v 1.38 2000-02-05 19:45:16 cbratschi Exp $ */
     1/* $Id: oslibwin.h,v 1.39 2000-02-07 14:30:18 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    4040HWND  OSLibWinCreateWindow(HWND hwndParent,ULONG dwWinStyle,
    4141                           char *pszName, HWND Owner, ULONG fBottom,
    42                            HWND *hwndFrame, ULONG id, BOOL fTaskList,BOOL fShellPosition,BOOL saveBits);
     42                           HWND *hwndFrame, ULONG id, BOOL fTaskList,BOOL fShellPosition, int classStyle);
    4343
    4444BOOL  OSLibWinConvertStyle(ULONG dwStyle, ULONG dwExStyle, ULONG *OSWinStyle);
Note: See TracChangeset for help on using the changeset viewer.