diff options
author | okan | 2017-12-15 13:13:17 +0000 |
---|---|---|
committer | okan | 2017-12-15 13:13:17 +0000 |
commit | 27ae8bb8e754cc296f0bec61934f1a13e6bf32c0 (patch) | |
tree | 3f41e86e6c3b1d6c3bedf5c278551bf683cec669 /calmwm.h | |
parent | 735f0e8243f163086fa8cd7c74a241925d3a876b (diff) | |
download | cwm-27ae8bb8e754cc296f0bec61934f1a13e6bf32c0.tar.gz |
remove duplicate ExposureMask
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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.345 2017/12/11 20:58:18 okan Exp $ + * $OpenBSD: calmwm.h,v 1.346 2017/12/15 13:13:17 okan Exp $ */ #ifndef _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) |