comparison 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
comparison
equal deleted inserted replaced
537:1e0a3b974036 538:00ccae001069
16 } Key; 16 } Key;
17 17
18 KEYS 18 KEYS
19 19
20 #define CLEANMASK(mask) (mask & ~(numlockmask | LockMask)) 20 #define CLEANMASK(mask) (mask & ~(numlockmask | LockMask))
21 #define MOUSEMASK (BUTTONMASK | PointerMotionMask)
21 22
22 static void 23 static void
23 movemouse(Client *c) { 24 movemouse(Client *c) {
24 int x1, y1, ocx, ocy, di; 25 int x1, y1, ocx, ocy, di;
25 unsigned int dui; 26 unsigned int dui;