aboutsummaryrefslogtreecommitdiffstats
path: root/wm.h
diff options
context:
space:
mode:
Diffstat (limited to 'wm.h')
-rw-r--r--wm.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/wm.h b/wm.h
index 70f7ec7..6bf0d5e 100644
--- a/wm.h
+++ b/wm.h
@@ -3,6 +3,7 @@
* See LICENSE file for license details.
*/
+#include "config.h"
#include "draw.h"
#include "util.h"
@@ -48,11 +49,14 @@ struct Tag {
extern Display *dpy;
extern Window root;
extern XRectangle rect;
-extern int screen, sel_screen;
-extern unsigned int kmask, numlock_mask;
extern Atom wm_atom[WMLast];
extern Atom net_atom[NetLast];
extern Cursor cursor[CurLast];
extern Pixmap pmap;
+extern int screen, sel_screen;
+extern unsigned int kmask, numlock_mask;
+
+extern Brush brush;
+
/* wm.c */