reinit menu on reload; from Alexander Polakov. needed for catching

upcoming menu config changes.

ok oga@
This commit is contained in:
okan
2011-09-08 12:00:49 +00:00
parent d85b3adc0c
commit 840323558d
2 changed files with 5 additions and 0 deletions

1
conf.c
View File

@@ -100,6 +100,7 @@ conf_reload(struct conf *c)
conf_gap(c, sc);
conf_color(c, sc);
conf_font(c, sc);
menu_init(sc);
}
TAILQ_FOREACH(cc, &Clientq, entry)
client_draw_border(cc);