moved MOUSEMASK into event.c (not used in other places)

This commit is contained in:
Anselm R. Garbe
2006-10-16 16:50:03 +02:00
parent 8b68890650
commit d7734f996f
2 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,7 @@ typedef struct {
KEYS
#define CLEANMASK(mask) (mask & ~(numlockmask | LockMask))
#define MOUSEMASK (BUTTONMASK | PointerMotionMask)
static void
movemouse(Client *c) {