diff options
Diffstat (limited to 'hw/xwin/winwindow.h')
-rw-r--r-- | hw/xwin/winwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwin/winwindow.h b/hw/xwin/winwindow.h index 83c772c09..0d1bb7651 100644 --- a/hw/xwin/winwindow.h +++ b/hw/xwin/winwindow.h @@ -114,6 +114,7 @@ typedef struct _winWMMessageRec { #define WM_WM_MAP_UNMANAGED (WM_USER + 12) #define WM_WM_MAP_MANAGED (WM_USER + 13) #define WM_WM_HINTS_EVENT (WM_USER + 14) +#define WM_WM_CREATE (WM_USER + 15) #define MwmHintsDecorations (1L << 1) |