mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
menu: reload on SIGHUP
This commit is contained in:
parent
dba27a1019
commit
f0d8eb0a60
4 changed files with 40 additions and 31 deletions
|
|
@ -80,8 +80,7 @@ main(int argc, char *argv[])
|
|||
xbm_load(server.renderer);
|
||||
|
||||
struct menu rootmenu = { 0 };
|
||||
menu_init(&server, &rootmenu);
|
||||
server.rootmenu = &rootmenu;
|
||||
menu_init_rootmenu(&server, &rootmenu);
|
||||
|
||||
session_autostart_init();
|
||||
if (startup_cmd) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue