Ignore:
Timestamp:
Oct 17, 1999, 2:17:46 PM (26 years ago)
Author:
cbratschi
Message:

added WINE scrollbars to frame, fixed pmframe, WM_ENTERIDLE

File:
1 edited

Legend:

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

    r1297 r1333  
    1 /* $Id: oslibwin.h,v 1.16 1999-10-14 18:27:57 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.17 1999-10-17 12:17:43 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    3838
    3939HWND  OSLibWinCreateWindow(HWND hwndParent, ULONG dwWinStyle, ULONG dwFrameStyle,
    40                            char *pszName, HWND Owner, ULONG fHWND_BOTTOM, 
     40                           char *pszName, HWND Owner, ULONG fHWND_BOTTOM,
    4141                           HWND *hwndFrame, ULONG id);
    4242
     
    273273void  OSLibTranslateScrollCmdAndMsg(ULONG *msg, ULONG *scrollcmd);
    274274
     275PVOID OSLibWinSubclassWindow(HWND hwnd,PVOID newWndProc);
     276
    275277#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.