dwm-meillo
changeset 538:00ccae001069
moved MOUSEMASK into event.c (not used in other places)
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Mon, 16 Oct 2006 16:50:03 +0200 |
parents | 1e0a3b974036 |
children | a0858b5cdec6 |
files | dwm.h event.c |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/dwm.h Sat Oct 14 18:21:39 2006 +0200 1.2 +++ b/dwm.h Mon Oct 16 16:50:03 2006 +0200 1.3 @@ -36,7 +36,6 @@ 1.4 1.5 /* mask shorthands, used in event.c and client.c */ 1.6 #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) 1.7 -#define MOUSEMASK (BUTTONMASK | PointerMotionMask) 1.8 /* other stuff used in different places */ 1.9 #define BORDERPX 1 1.10 #define PROTODELWIN 1