move like defines to a central, logical location; no binary change.

aok oga@
This commit is contained in:
okan
2009-06-17 12:30:17 +00:00
parent 3eec3b3802
commit d7589ca80b
3 changed files with 6 additions and 7 deletions

5
menu.c
View File

@@ -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 '«'