event.c
changeset 538 00ccae001069
parent 533 a5567a0d3011
child 549 fd1061442711
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;