X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dwm.h;h=0ed778cb149230dc6eab7121bab2e5add43e6137;hb=3af6434085aee75bd90e22aee95419dc0ae0b969;hp=f7bebb05ef5899664b2d3ea452164afcda0eb58f;hpb=a73a88280681acdab047bd11a9ba77d97d6a0b72;p=dwm.git diff --git a/dwm.h b/dwm.h index f7bebb0..0ed778c 100644 --- a/dwm.h +++ b/dwm.h @@ -7,8 +7,9 @@ #include CONFIG /* mask shorthands, used in event.c and client.c */ -#define ButtonMask (ButtonPressMask | ButtonReleaseMask) -#define MouseMask (ButtonMask | PointerMotionMask) +#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) +#define MOUSEMASK (BUTTONMASK | PointerMotionMask) +#define PROTODELWIN 1 typedef union Arg Arg; typedef struct Client Client;