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