Ignore:
Timestamp:
Dec 26, 1999, 6:30:20 PM (26 years ago)
Author:
cbratschi
Message:

non-client fixes, DefWndProc enhancements, several other bugs fixed

File:
1 edited

Legend:

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

    r1983 r2204  
    1 /* $Id: oslibwin.h,v 1.27 1999-12-05 16:37:58 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.28 1999-12-26 17:30:16 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    285285BOOL  OSLibWinSetKeyboardStateTable(unsigned char * PMKeyState);
    286286
     287#define HTOS_NORMAL                   0
     288#define HTOS_TRANSPARENT              (-1)
     289#define HTOS_DISCARD                  (-2)
     290#define HTOS_ERROR                    (-3)
     291
     292BOOL OSLibWinEnableWindowUpdate(HWND hwnd,BOOL fEnable);
     293
    287294#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.