Changeset 9345 for trunk/src/user32/oslibwin.h
- Timestamp:
- Oct 15, 2002, 11:18:12 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r9230 r9345 1 /* $Id: oslibwin.h,v 1.6 8 2002-09-12 09:30:06sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.69 2002-10-15 09:18:10 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 48 48 DWORD OSLibQueryWindowStyle(HWND hwnd); 49 49 50 BOOL OSLibWinPositionFrameControls(HWND hwndFrame, RECTLOS2 *pRect, DWORD dwStyle, DWORD dwExStyle, HICON hSysMenuIcon); 50 BOOL OSLibWinPositionFrameControls(HWND hwndFrame, RECTLOS2 *pRect, DWORD dwStyle, DWORD dwExStyle, HICON hSysMenuIcon, BOOL drawCloseButton); 51 BOOL OSLibChangeCloseButtonState(HWND hwndFrame, BOOL State); 51 52 52 53 #define OSLIB_QWL_USER -4
Note:
See TracChangeset
for help on using the changeset viewer.