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)
|
client_frame_update(struct client *c, struct colpair *cp)
|
||||||
{
|
{
|
||||||
if(c->flags & CLIENT_TABBED)
|
if(c->flags & CLIENT_TABBED)
|
||||||
return;
|
c = c->tabmaster;
|
||||||
|
|
||||||
XSetWindowBackground(W->dpy, c->frame, cp->bg);
|
XSetWindowBackground(W->dpy, c->frame, cp->bg);
|
||||||
XClearWindow(W->dpy, c->frame);
|
XClearWindow(W->dpy, c->frame);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user