Ignore:
Timestamp:
Dec 27, 1999, 6:08:09 PM (26 years ago)
Author:
cbratschi
Message:

SetWindowPos fixed, edit: refresh only if visible

File:
1 edited

Legend:

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

    r2204 r2211  
    1 /* $Id: oslibwin.h,v 1.28 1999-12-26 17:30:16 cbratschi Exp $ */
     1/* $Id: oslibwin.h,v 1.29 1999-12-27 17:08:08 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    290290#define HTOS_ERROR                    (-3)
    291291
    292 BOOL OSLibWinEnableWindowUpdate(HWND hwnd,BOOL fEnable);
     292BOOL  OSLibWinEnableWindowUpdate(HWND hwnd,BOOL fEnable);
     293ULONG OSLibWinGetLastError();
    293294
    294295#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.