Add new options in wmfsrc
This commit is contained in:
@@ -64,7 +64,6 @@ config_theme(void)
|
||||
t->client_titlebar_width = fetch_opt_first(ks[i], "12", "client_titlebar_width").num;
|
||||
t->client_border_width = fetch_opt_first(ks[i], "1", "client_border_width").num;
|
||||
|
||||
|
||||
SLIST_INSERT_HEAD(&W->h.theme, t, next);
|
||||
}
|
||||
|
||||
|
||||
@@ -235,6 +235,8 @@ infobar_free(Scr33n *s)
|
||||
while(!SLIST_EMPTY(&s->infobars))
|
||||
{
|
||||
i = SLIST_FIRST(&s->infobars);
|
||||
|
||||
/* SLIST_REMOVE is done by infobar_remove */
|
||||
infobar_remove(i);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user