aboutsummaryrefslogtreecommitdiffstats
path: root/menu.c
diff options
context:
space:
mode:
authorokan2009-06-17 12:30:17 +0000
committerokan2009-06-17 12:30:17 +0000
commitb278e79f2a21d29e7f75de35544e19dd6960fcbf (patch)
tree3d041448050839cb0c974cf9b66d8ef747b40650 /menu.c
parent434c48f5fafd6b0709f4fe60d1306a8d1e00f0a2 (diff)
downloadcwm-b278e79f2a21d29e7f75de35544e19dd6960fcbf.tar.gz
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 '«'