Unconditionally show prompt on menus, regardless of invocation.

This commit is contained in:
okan
2017-12-11 20:58:18 +00:00
parent 0fc9d47fb4
commit 888f6c5319
3 changed files with 25 additions and 49 deletions

View File

@@ -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 */