mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
theme: add theme_finish()
This commit is contained in:
parent
9f61a819fc
commit
cb2a504440
4 changed files with 23 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ reload_config_and_theme(void)
|
|||
/* TODO: use rc.config_path */
|
||||
rcxml_finish();
|
||||
rcxml_read(NULL);
|
||||
theme_finish(g_server->theme);
|
||||
theme_init(g_server->theme, g_server->renderer, rc.theme_name);
|
||||
menu_reconfigure(g_server, g_server->rootmenu);
|
||||
damage_all_outputs(g_server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue