several new changes, made gridmenu working

This commit is contained in:
Anselm R. Garbe
2006-07-10 19:46:24 +02:00
parent 8a34fa50f7
commit 39677ec766
9 changed files with 258 additions and 208 deletions

8
wm.h
View File

@ -3,6 +3,7 @@
* See LICENSE file for license details.
*/
#include "config.h"
#include "draw.h"
#include "util.h"
@ -48,11 +49,14 @@ struct Tag {
extern Display *dpy;
extern Window root;
extern XRectangle rect;
extern int screen, sel_screen;
extern unsigned int kmask, numlock_mask;
extern Atom wm_atom[WMLast];
extern Atom net_atom[NetLast];
extern Cursor cursor[CurLast];
extern Pixmap pmap;
extern int screen, sel_screen;
extern unsigned int kmask, numlock_mask;
extern Brush brush;
/* wm.c */