New titlebar style for tabbed client: the selected titlebar is not only the first anymore

This commit is contained in:
Martin Duquesnoy 2012-01-21 15:57:14 +01:00
parent 9953f1b4b8
commit 8207dbf3ce

View File

@ -402,7 +402,6 @@ client_frame_update(struct client *c, struct colpair *cp)
barwin_refresh_color(c->titlebar);
draw_text(c->titlebar->dr, c->theme, xt, y, cp->fg, c->title);
barwin_refresh(c->titlebar);
barwin_refresh(cc->titlebar);
x += f;
}
if(cc->tabmaster == c)