Update tabbed client titlebar as tabmaster client titlebar
This commit is contained in:
parent
ecadef1587
commit
017070d585
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user