Update tabbed client titlebar as tabmaster client titlebar

This commit is contained in:
Martin Duquesnoy 2012-01-14 16:44:12 +01:00
parent ecadef1587
commit 017070d585

View File

@ -346,7 +346,7 @@ void
client_frame_update(struct client *c, struct colpair *cp)
{
if(c->flags & CLIENT_TABBED)
return;
c = c->tabmaster;
XSetWindowBackground(W->dpy, c->frame, cp->bg);
XClearWindow(W->dpy, c->frame);