Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
comparison main.c @ 9:bc03b37b37ba
move command mode text to the left, next to the layout icon
author | paulo@thepaulopc |
---|---|
date | Wed, 15 Jun 2011 23:27:32 -0700 |
parents | 0968b3739b8d |
children | da0e0496f75b |
comparison
equal
deleted
inserted
replaced
2:4c369d0bfaee | 3:f8bbfebeddb8 |
---|---|
16 #include <X11/Xproto.h> | 16 #include <X11/Xproto.h> |
17 | 17 |
18 /* extern */ | 18 /* extern */ |
19 | 19 |
20 char stext[256]; | 20 char stext[256]; |
21 char cmtext[256]; | |
22 int screen, sx, sy, sw, sh, wax, way, waw, wah; | 21 int screen, sx, sy, sw, sh, wax, way, waw, wah; |
23 unsigned int bh, ntags, numlockmask; | 22 unsigned int bh, ntags, numlockmask; |
24 Atom wmatom[WMLast], netatom[NetLast]; | 23 Atom wmatom[WMLast], netatom[NetLast]; |
25 Bool *seltag; | 24 Bool *seltag; |
26 Bool selscreen = True; | 25 Bool selscreen = True; |