Changeset 9437 for trunk/src/user32/pmwindow.h
- Timestamp:
- Nov 27, 2002, 2:56:27 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.h
r8735 r9437 1 /* $Id: pmwindow.h,v 1.1 7 2002-06-20 14:18:15sandervl Exp $ */1 /* $Id: pmwindow.h,v 1.18 2002-11-27 13:56:27 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 31 31 extern BOOL fDragDropActive; 32 32 33 //Win32 bitmap handles of the OS/2 min, max and restore buttons 34 extern HBITMAP hBmpMinButton, hBmpMinButtonDown; 35 extern HBITMAP hBmpMaxButton, hBmpMaxButtonDown; 36 extern HBITMAP hBmpRestoreButton, hBmpRestoreButtonDown; 37 extern HBITMAP hBmpCloseButton, hBmpCloseButtonDown; 38 33 39 #define TFOS_LEFT 0x0001 34 40 #define TFOS_TOP 0x0002 … … 38 44 #define TFOS_MOVE 0x000F 39 45 46 #ifdef __cplusplus 40 47 VOID FrameTrackFrame(Win32BaseWindow *win32wnd,DWORD flags); 41 48 void Frame_SysCommandSizeMove(Win32BaseWindow *win32wnd, WPARAM wParam); 49 #endif 42 50 43 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.