mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
menu: Add generic menu_init() entry point
This commit is contained in:
parent
aa4ef94af0
commit
ccf68c5950
3 changed files with 14 additions and 10 deletions
|
|
@ -169,8 +169,7 @@ main(int argc, char *argv[])
|
|||
rc.theme = &theme;
|
||||
server.theme = &theme;
|
||||
|
||||
menu_init_rootmenu(&server);
|
||||
menu_init_windowmenu(&server);
|
||||
menu_init(&server);
|
||||
|
||||
session_autostart_init(rc.config_dir);
|
||||
if (startup_cmd) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue