diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-08-25 15:48:44 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-08-25 15:48:44 +0200 |
commit | e995c1b5325f88d197675950c15762d001dd80ef (patch) | |
tree | 972031f4a7c0736cd56a88366d143204a2660d0b /dwm.h | |
parent | e36929292e08d03c496c8134f2d29c069a45dc2c (diff) | |
download | dwm-e995c1b5325f88d197675950c15762d001dd80ef.tar.gz |
trying a different configuration
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.h b/dwm.h index c23c86c..4d23cab 100644 --- a/dwm.h +++ b/dwm.h @@ -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]; |