Ignore:
Timestamp:
Jul 18, 1999, 8:04:30 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r330 r332  
    1 /* $Id: oslibwin.h,v 1.13 1999-07-18 17:12:02 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.14 1999-07-18 18:04:29 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    215215BOOL  OSLibWinSetWindowText(HWND hwnd, LPSTR lpsz);
    216216BOOL  OSLibWinFlashWindow(HWND hwnd, BOOL fFlash);
     217HWND  OSLibWinWindowFromPoint(HWND hwnd, PVOID ppoint);
     218BOOL  OSLibWinMinimizeWindow(HWND hwnd);
    217219
    218220#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.