From b4bb11eff610c98b0b4399ae707c22d68fafae74 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 11 Dec 2017 20:58:18 +0000 Subject: Unconditionally show prompt on menus, regardless of invocation. --- calmwm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 5ee66f2..0b7fcb1 100644 --- a/calmwm.h +++ b/calmwm.h @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.344 2017/12/07 16:25:33 okan Exp $ + * $OpenBSD: calmwm.h,v 1.345 2017/12/11 20:58:18 okan Exp $ */ #ifndef _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 */ -- cgit v1.2.3-2-gb3c3