X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/a73a88280681acdab047bd11a9ba77d97d6a0b72..ab7a11c0c73fa101c8e0234f8214284888fb8156:/dwm.h 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;