diff options
author | marha <marha@users.sourceforge.net> | 2011-10-10 08:27:21 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-10-10 08:27:21 +0200 |
commit | 7fae5492e3ef8e5fa15f742be4c2a15b9782e89a (patch) | |
tree | 6aecea8f8d4ba57acc626cc5eb58863b8f3105a4 /xorg-server/hw/xwin/winwindow.h | |
parent | ab941773990635d79adb5b1ae16a008d7b2ed1ff (diff) | |
download | vcxsrv-7fae5492e3ef8e5fa15f742be4c2a15b9782e89a.tar.gz vcxsrv-7fae5492e3ef8e5fa15f742be4c2a15b9782e89a.tar.bz2 vcxsrv-7fae5492e3ef8e5fa15f742be4c2a15b9782e89a.zip |
Handle more motif window decorating handling
Diffstat (limited to 'xorg-server/hw/xwin/winwindow.h')
-rw-r--r-- | xorg-server/hw/xwin/winwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/winwindow.h b/xorg-server/hw/xwin/winwindow.h index 0cf4af878..8dd76caa9 100644 --- a/xorg-server/hw/xwin/winwindow.h +++ b/xorg-server/hw/xwin/winwindow.h @@ -128,6 +128,9 @@ typedef struct _winWMMessageRec{ #define MwmDecorBorder (1l << 1) #define MwmDecorHandle (1l << 2) #define MwmDecorTitle (1l << 3) +#define MwmDecorMenu (1l << 4) +#define MwmDecorMinimize (1l << 5) +#define MwmDecorMaximize (1l << 6) /* This structure only contains 3 elements... the Motif 2.0 structure contains 5... we only need the first 3... so that is all we will define */ |