menu: Add generic menu_init() entry point

This commit is contained in:
Consolatis 2022-12-06 11:54:55 +01:00 committed by Johan Malm
parent aa4ef94af0
commit ccf68c5950
3 changed files with 14 additions and 10 deletions

View file

@ -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);
/**