Ignore:
Timestamp:
Oct 17, 1999, 6:42:40 PM (26 years ago)
Author:
sandervl
Message:

Implemented SetWindowPlacement + bugfixes

File:
1 edited

Legend:

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

    r1333 r1337  
    1 /* $Id: oslibwin.h,v 1.17 1999-10-17 12:17:43 cbratschi Exp $ */
     1/* $Id: oslibwin.h,v 1.18 1999-10-17 16:42:39 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    275275PVOID OSLibWinSubclassWindow(HWND hwnd,PVOID newWndProc);
    276276
     277BOOL OSLibSetWindowRestoreRect(HWND hwnd, PRECT pRect);
     278BOOL OSLibSetWindowMinPos(HWND hwnd, ULONG x, ULONG y);
     279
    277280#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.