From 017070d58567915462fee8de062b84281f433a0a Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sat, 14 Jan 2012 16:44:12 +0100 Subject: [PATCH] Update tabbed client titlebar as tabmaster client titlebar --- src/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.c b/src/client.c index c6fd037..5010f48 100644 --- a/src/client.c +++ b/src/client.c @@ -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);