diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-07-08 15:37:06 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-07-08 15:37:06 +0200 |
| commit | 50fb0ac29de925b6e09ec8706c051e4b08591711 (patch) | |
| tree | 8cbebb7c58fd2b6b67baa4daa5f5fad0dce0a193 /src/ui.h | |
| parent | f1bd73daef31903e4c8229c4df109831f54f2915 (diff) | |
automated commit
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ void ui_begin_menu_bar(); bool ui_push_menu(char *title);
bool ui_push_menu_item(char *title, char *shortcut);
void ui_begin_menu_submenu(submenu_state *state, char *title);
-void ui_end_menu_submenu();
+void ui_end_menu_submenu(char *empty_placeholder);
void ui_push_menu_item_separator();
void ui_end_menu_bar();
bool ui_push_dropdown(dropdown_state *state, char *title);
|
