added new stuff

This commit is contained in:
Anselm R. Garbe
2006-07-10 18:35:39 +02:00
parent dbf7e03996
commit 8a34fa50f7
11 changed files with 328 additions and 36 deletions

5
wm.h
View File

@ -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, ...);