X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=9b34210f596734053736ca090841ee309269513c;hb=d9a6a3b5d2e0152d5746723fcd482994602f292e;hp=f7bebb05ef5899664b2d3ea452164afcda0eb58f;hpb=a73a88280681acdab047bd11a9ba77d97d6a0b72;p=dwm.git diff --git a/dwm.h b/dwm.h index f7bebb0..9b34210 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 WM_PROTOCOL_DELWIN 1 typedef union Arg Arg; typedef struct Client Client;