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 79627bd..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 */
 
@@ -93,7 +93,7 @@ extern unsigned int ntags, numlockmask;               /* number of tags, dynamic lock mask */
 extern void (*handler[LASTEvent])(XEvent *);   /* event handler */
 extern void (*arrange)(void);                  /* arrange function, indicates mode  */
 extern Atom wmatom[WMLast], netatom[NetLast];
-extern Bool running, issel, *seltag;           /* seltag is array of Bool */
+extern Bool running, selscreen, *seltag;       /* seltag is array of Bool */
 extern Client *clients, *sel, *stack;          /* global client list and stack */
 extern Cursor cursor[CurLast];
 extern DC dc;                                  /* global draw context */