menu: minor refactoring

This commit is contained in:
Johan Malm 2021-02-19 23:31:14 +00:00
parent f0d8eb0a60
commit 6cdf3d68f3
3 changed files with 24 additions and 26 deletions

View file

@ -27,7 +27,7 @@ reload_config_and_theme(void)
/* TODO: use rc.config_path */
rcxml_read(NULL);
theme_read(rc.theme_name);
menu_reconfigure();
menu_reconfigure(g_server, g_server->rootmenu);
damage_all_outputs(g_server);
}