Mercurial > dwm-meillo
comparison dwm.h @ 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 |
---|---|
34 #include "config.h" | 34 #include "config.h" |
35 #include <X11/Xlib.h> | 35 #include <X11/Xlib.h> |
36 | 36 |
37 /* mask shorthands, used in event.c and client.c */ | 37 /* mask shorthands, used in event.c and client.c */ |
38 #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) | 38 #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) |
39 #define MOUSEMASK (BUTTONMASK | PointerMotionMask) | |
40 /* other stuff used in different places */ | 39 /* other stuff used in different places */ |
41 #define BORDERPX 1 | 40 #define BORDERPX 1 |
42 #define PROTODELWIN 1 | 41 #define PROTODELWIN 1 |
43 | 42 |
44 enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */ | 43 enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */ |