mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
Add window menu
This commit is contained in:
parent
4bc8726abd
commit
759b26b5c1
12 changed files with 108 additions and 11 deletions
|
|
@ -72,6 +72,7 @@ main(int argc, char *argv[])
|
|||
server.theme = &theme;
|
||||
|
||||
menu_init_rootmenu(&server);
|
||||
menu_init_windowmenu(&server);
|
||||
|
||||
session_autostart_init();
|
||||
if (startup_cmd) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue