summary refs log tree commit diff
path: root/menu.c
diff options
context:
space:
mode:
authorokan <okan>2009-06-17 12:30:17 +0000
committerokan <okan>2009-06-17 12:30:17 +0000
commitd7589ca80b81ca4f743e74c88629e4e39a86445d (patch)
tree2a34599cfd1e3ba089b2702a0c924802b3952936 /menu.c
parent3eec3b3802971d8bf784aff21b3e4bbcc48f7c13 (diff)
downloadcwm-d7589ca80b81ca4f743e74c88629e4e39a86445d.tar.gz
cwm-d7589ca80b81ca4f743e74c88629e4e39a86445d.tar.xz
cwm-d7589ca80b81ca4f743e74c88629e4e39a86445d.zip
move like defines to a central, logical location; no binary change.
aok oga@
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/menu.c b/menu.c
index a6cd6ae..16cf400 100644
--- a/menu.c
+++ b/menu.c
@@ -18,11 +18,6 @@
 #include "headers.h"
 #include "calmwm.h"
 
-#define KeyMask		(KeyPressMask|ExposureMask)
-#define MenuMask 	(ButtonMask|ButtonMotionMask|ExposureMask| \
-			PointerMotionMask)
-#define MenuGrabMask	(ButtonMask|ButtonMotionMask|StructureNotifyMask|\
-			PointerMotionMask)
 #define PROMPT_SCHAR	'»'
 #define PROMPT_ECHAR	'«'