added new stuff
This commit is contained in:
parent
dbf7e03996
commit
8a34fa50f7
11 changed files with 328 additions and 36 deletions
5
wm.h
5
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, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue