mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04: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
|
|
@ -61,8 +61,7 @@ struct menu {
|
|||
struct view *triggered_by_view; /* may be NULL */
|
||||
};
|
||||
|
||||
void menu_init_rootmenu(struct server *server);
|
||||
void menu_init_windowmenu(struct server *server);
|
||||
void menu_init(struct server *server);
|
||||
void menu_finish(void);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue