X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/87836d79ef90e6c764d94c229183179a36eb699a..042297b27b64aa1ff3a7da12f5b07268ba2f11eb:/dwm.h?ds=sidebyside diff --git a/dwm.h b/dwm.h index e5c623d..1021428 100644 --- a/dwm.h +++ b/dwm.h @@ -40,7 +40,7 @@ #define PROTODELWIN 1 enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */ -enum { WMProtocols, WMDelete, WMLast }; /* default atoms */ +enum { WMProtocols, WMDelete, WMState, WMLast }; /* default atoms */ enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */ enum { ColBorder, ColFG, ColBG, ColLast }; /* color */