diff -r 583c0adeee79 -r d99be681d502 dwm.h --- a/dwm.h Fri Jan 26 12:41:15 2007 +0100 +++ b/dwm.h Sun Jan 28 20:29:41 2007 +0100 @@ -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 */