Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
added new stuff
[dwm.git]
/
wm.h
diff --git
a/wm.h
b/wm.h
index
3885cb5
..
70f7ec7
100644
(file)
--- 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, ...);