summaryrefslogtreecommitdiffstats
path: root/Gui/wm/ws.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/wm/ws.h')
-rw-r--r--Gui/wm/ws.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h
index 15526a4090..0838a8b2ff 100644
--- a/Gui/wm/ws.h
+++ b/Gui/wm/ws.h
@@ -25,9 +25,13 @@
#define wsPLMouseButton 1
#define wsPMMouseButton 2
#define wsPRMouseButton 3
+#define wsP4MouseButton 4
+#define wsP5MouseButton 5
#define wsRLMouseButton 1 + 128
#define wsRMMouseButton 2 + 128
#define wsRRMouseButton 3 + 128
+#define wsR4MouseButton 4 + 128
+#define wsR5MouseButton 5 + 128
#define wsEnterWindow 253
#define wsLeaveWindow 254
#define wsMoveMouse 255
@@ -131,6 +135,8 @@ typedef struct
Atom AtomsProtocols[3];
Atom AtomLeaderClient;
Atom AtomRemote;
+ Atom AtomWMSizeHint;
+ Atom AtomWMNormalHint;
XShmSegmentInfo Shminfo;
unsigned char * ImageData;