about summary refs log tree commit diff stats
path: root/wm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-10 18:35:39 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-10 18:35:39 +0200
commit8a34fa50f75f4d6d8af234ac0c4f6d40b988d700 (patch)
tree0c0a4b7ea57f506c524bb06955f12525ab4f2bb7 /wm.h
parentdbf7e03996032a6def3b8e97468b78d6da9e8c88 (diff)
downloaddwm-8a34fa50f75f4d6d8af234ac0c4f6d40b988d700.tar.gz
added new stuff
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, ...);