Changeset 1265 for trunk/src/user32/oslibwin.h
- Timestamp:
- Oct 13, 1999, 4:24:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r1258 r1265 1 /* $Id: oslibwin.h,v 1.1 4 1999-10-12 18:14:56sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.15 1999-10-13 14:24:25 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 219 219 #define RELATIVE_TO_SCREEN 1 220 220 BOOL OSLibWinQueryWindowRect(HWND hwnd, PRECT pRect, int RelativeTo = RELATIVE_TO_WINDOW); 221 BOOL OSLibWinCalcFrameRect(HWND hwnd Frame, RECTLOS2*pRect, BOOL fClient);221 BOOL OSLibWinCalcFrameRect(HWND hwnd, RECT *pRect, BOOL fClient); 222 222 BOOL OSLibGetMinMaxInfo(HWND hwndFrame, MINMAXINFO *pMinMax); 223 223
Note:
See TracChangeset
for help on using the changeset viewer.