diff event.c @ 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 a5567a0d3011
children fd1061442711
line wrap: on
line diff
--- a/event.c	Sat Oct 14 18:21:39 2006 +0200
+++ b/event.c	Mon Oct 16 16:50:03 2006 +0200
@@ -18,6 +18,7 @@
 KEYS
 
 #define CLEANMASK(mask) (mask & ~(numlockmask | LockMask))
+#define MOUSEMASK		(BUTTONMASK | PointerMotionMask)
 
 static void
 movemouse(Client *c) {