applied sumik's multihead patch
This commit is contained in:
parent
4bd0d33f57
commit
fde45ebed8
3 changed files with 13 additions and 6 deletions
2
draw.c
2
draw.c
|
@ -138,7 +138,7 @@ drawtitle(Client *c)
|
|||
int i;
|
||||
Bool istile = arrange == dotile;
|
||||
|
||||
if(c == sel) {
|
||||
if(c == sel && issel) {
|
||||
drawstatus();
|
||||
XUnmapWindow(dpy, c->title);
|
||||
XSetWindowBorder(dpy, c->win, dc.fg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue