about summary refs log tree commit diff stats
path: root/wm.h
diff options
context:
space:
mode:
Diffstat (limited to 'wm.h')
-rw-r--r--wm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/wm.h b/wm.h
index 3885cb5..70f7ec7 100644
--- a/wm.h
+++ b/wm.h
@@ -3,7 +3,9 @@
  * See LICENSE file for license details.
  */
 
-#include <X11/Xlib.h>
+#include "draw.h"
+#include "util.h"
+
 #include <X11/Xutil.h>
 
 /* WM atoms */
@@ -54,4 +56,3 @@ extern Cursor cursor[CurLast];
 extern Pixmap pmap;
 
 /* wm.c */
-extern void error(char *errstr, ...);
'#n118'>118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149