X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=0ed778cb149230dc6eab7121bab2e5add43e6137;hb=080a38d62d18be2ab98f66ed190d3d9e3463fec9;hp=9b34210f596734053736ca090841ee309269513c;hpb=ab7a11c0c73fa101c8e0234f8214284888fb8156;p=dwm.git diff --git a/dwm.h b/dwm.h index 9b34210..0ed778c 100644 --- a/dwm.h +++ b/dwm.h @@ -9,7 +9,7 @@ /* mask shorthands, used in event.c and client.c */ #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) #define MOUSEMASK (BUTTONMASK | PointerMotionMask) -#define WM_PROTOCOL_DELWIN 1 +#define PROTODELWIN 1 typedef union Arg Arg; typedef struct Client Client;