mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Reload buttons in SIGHUP
Call xbm_load() from theme_init()
This commit is contained in:
parent
2514fb0b99
commit
9af7bd744f
4 changed files with 15 additions and 7 deletions
|
|
@ -76,8 +76,7 @@ main(int argc, char *argv[])
|
|||
server_init(&server);
|
||||
server_start(&server);
|
||||
|
||||
theme_read(rc.theme_name);
|
||||
xbm_load(server.renderer);
|
||||
theme_init(server.renderer, rc.theme_name);
|
||||
|
||||
struct menu rootmenu = { 0 };
|
||||
menu_init_rootmenu(&server, &rootmenu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue