moved MOUSEMASK into event.c (not used in other places)
Anselm R. Garbe arg@10kloc.org
Mon, 16 Oct 2006 16:50:03 +0200
M
dwm.h
→
dwm.h
@@ -36,7 +36,6 @@ #include <X11/Xlib.h>
/* mask shorthands, used in event.c and client.c */ #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) -#define MOUSEMASK (BUTTONMASK | PointerMotionMask) /* other stuff used in different places */ #define BORDERPX 1 #define PROTODELWIN 1