several new changes, made gridmenu working
This commit is contained in:
parent
8a34fa50f7
commit
39677ec766
9 changed files with 258 additions and 208 deletions
8
wm.h
8
wm.h
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue