summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2017-12-11 20:58:18 +0000
committerokan <okan>2017-12-11 20:58:18 +0000
commit888f6c53195e2a6d4145e5e9d761fc8289c6f650 (patch)
tree80bee5b950cc75dfd13c859494ee7d83d239b8ba /calmwm.h
parent0fc9d47fb407a65fd08e3095fface42eb93ac914 (diff)
downloadcwm-888f6c53195e2a6d4145e5e9d761fc8289c6f650.tar.gz
cwm-888f6c53195e2a6d4145e5e9d761fc8289c6f650.tar.xz
cwm-888f6c53195e2a6d4145e5e9d761fc8289c6f650.zip
Unconditionally show prompt on menus, regardless of invocation.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 9c1ce73..26ffa54 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -44,9 +44,9 @@
 
 #define BUTTONMASK	(ButtonPressMask | ButtonReleaseMask)
 #define MOUSEMASK	(BUTTONMASK | PointerMotionMask)
-#define MENUMASK 	(MOUSEMASK | ButtonMotionMask | ExposureMask)
+#define MENUMASK 	(MOUSEMASK | ButtonMotionMask | ExposureMask | \
+			 KeyPressMask | ExposureMask)
 #define MENUGRABMASK	(MOUSEMASK | ButtonMotionMask | StructureNotifyMask)
-#define KEYMASK		(KeyPressMask | ExposureMask)
 #define IGNOREMODMASK	(LockMask | Mod2Mask | 0x2000)
 
 /* direction/amount */