JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this...
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index e5c623d..1021428 100644 (file)
--- 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 */