trying a different configuration

This commit is contained in:
Anselm R. Garbe
2006-08-25 15:48:44 +02:00
parent e36929292e
commit e995c1b532
5 changed files with 24 additions and 23 deletions

4
dwm.h
View File

@ -68,8 +68,8 @@ struct Client {
extern const char *tags[];
extern char stext[1024];
extern int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
extern unsigned int ntags, numlockmask, modew;
extern int bx, by, bw, bh, bmw, mw, screen, sx, sy, sw, sh;
extern unsigned int ntags, numlockmask;
extern void (*handler[LASTEvent])(XEvent *);
extern void (*arrange)(Arg *);
extern Atom wmatom[WMLast], netatom[NetLast];