X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/5983c00b9508d48331b2c57f2c88ea09a8feb291..c2b908f603bd30c9dcf9990ad3964b9864716c2a:/event.c?ds=inline diff --git a/event.c b/event.c index 7f040e2..42a6fc0 100644 --- a/event.c +++ b/event.c @@ -18,6 +18,7 @@ typedef struct { KEYS #define CLEANMASK(mask) (mask & ~(numlockmask | LockMask)) +#define MOUSEMASK (BUTTONMASK | PointerMotionMask) static void movemouse(Client *c) {