Changeset 2257 for trunk/src/user32/oslibwin.h
- Timestamp:
- Dec 29, 1999, 11:54:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r2246 r2257 1 /* $Id: oslibwin.h,v 1.3 0 1999-12-29 12:39:44 sandervlExp $ */1 /* $Id: oslibwin.h,v 1.31 1999-12-29 22:54:01 cbratschi Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 201 201 #define HWNDOS_BOTTOM (HWND)4 202 202 203 BOOL OSLibWinSetWindowPos(HWND hwnd, HWND hwndInsertBehind, LONG x, LONG y, LONG cx, LONG cy, ULONG fl);204 203 BOOL OSLibWinSetMultWindowPos(struct _SWP *pswp, ULONG num); 205 204 BOOL OSLibWinShowWindow(HWND hwnd, ULONG fl);
Note:
See TracChangeset
for help on using the changeset viewer.