X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dwm.h;h=9b34210f596734053736ca090841ee309269513c;hb=7c2e3bb67d07dd1822887bc1ae35d4cd40a6e481;hp=f57a8ce23787b48858cf6e6f61bd94158416d70a;hpb=b01a51a8449aa591a02ec22eb31850c2ae644687;p=dwm.git diff --git a/dwm.h b/dwm.h index f57a8ce..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;