summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2012-12-18 18:35:36 +0000
committerokan <okan>2012-12-18 18:35:36 +0000
commit86eaf5e973a19f2edb9b7c2921363b7a70413049 (patch)
tree2ad4f249639df8dc7208838efd451571af10cba7 /calmwm.h
parent31e9fe4dcdc59eb5ff74e69f9e674a74905f27bf (diff)
downloadcwm-86eaf5e973a19f2edb9b7c2921363b7a70413049.tar.gz
cwm-86eaf5e973a19f2edb9b7c2921363b7a70413049.tar.xz
cwm-86eaf5e973a19f2edb9b7c2921363b7a70413049.zip
use MOUSEMASK since we already have it
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/calmwm.h b/calmwm.h
index 1722eba..2f20ab4 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -47,11 +47,9 @@
 #define CHILDMASK	(SubstructureRedirectMask|SubstructureNotifyMask)
 #define BUTTONMASK	(ButtonPressMask|ButtonReleaseMask)
 #define MOUSEMASK	(BUTTONMASK|PointerMotionMask)
+#define MENUMASK 	(MOUSEMASK|ButtonMotionMask|ExposureMask)
+#define MENUGRABMASK	(MOUSEMASK|ButtonMotionMask|StructureNotifyMask)
 #define KEYMASK		(KeyPressMask|ExposureMask)
-#define MENUMASK 	(BUTTONMASK|ButtonMotionMask|ExposureMask| \
-			PointerMotionMask)
-#define MENUGRABMASK	(BUTTONMASK|ButtonMotionMask|StructureNotifyMask|\
-			PointerMotionMask)
 #define IGNOREMODMASK	(LockMask|Mod2Mask)
 
 /* kb movement */