dwm.h
changeset 725 d99be681d502
parent 716 4ce65f61f01b
child 731 29c9b557ed95
--- 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 */