From 5e5d06f06354f5d90aa11beaace16fa5e6e34cce Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 15 Dec 2017 13:13:17 +0000 Subject: remove duplicate ExposureMask --- calmwm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 26ffa54..c9ed4ec 100644 --- a/calmwm.h +++ b/calmwm.h @@ -44,8 +44,8 @@ #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) #define MOUSEMASK (BUTTONMASK | PointerMotionMask) -#define MENUMASK (MOUSEMASK | ButtonMotionMask | ExposureMask | \ - KeyPressMask | ExposureMask) +#define MENUMASK (MOUSEMASK | ButtonMotionMask | KeyPressMask | \ + ExposureMask) #define MENUGRABMASK (MOUSEMASK | ButtonMotionMask | StructureNotifyMask) #define IGNOREMODMASK (LockMask | Mod2Mask | 0x2000) -- cgit 1.4.1