X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dwm.h;h=0ed778cb149230dc6eab7121bab2e5add43e6137;hb=a55f0e12fe5c1205f4d3e40c164fd087224fad7a;hp=f57a8ce23787b48858cf6e6f61bd94158416d70a;hpb=77f8c075c48e510e064b8f0b7b823a7e1f9f44b7;p=dwm.git diff --git a/dwm.h b/dwm.h index f57a8ce..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;