Choose W->ctheme in client_manage

This commit is contained in:
Martin Duquesnoy 2012-01-29 04:28:12 +01:00
parent 25dec6073c
commit 8749b23250

View File

@ -906,7 +906,7 @@ client_new(Window w, XWindowAttributes *wa, bool scan)
c->win = w; c->win = w;
c->flags = 0; c->flags = 0;
c->screen = screen_update_sel(); c->screen = screen_update_sel();
c->theme = THEME_DEFAULT; c->theme = W->ctheme;
c->tag = NULL; c->tag = NULL;
c->tabmaster = NULL; c->tabmaster = NULL;