summaryrefslogtreecommitdiff
path: root/src/ui/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/util.h')
-rw-r--r--src/ui/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/util.h b/src/ui/util.h
index 81fb1cbd..d13d751b 100644
--- a/src/ui/util.h
+++ b/src/ui/util.h
@@ -261,6 +261,7 @@ int checkContextMenu_Widget (iWidget *, const SDL_Event *ev)
261 261
262iLabelWidget * makeMenuButton_LabelWidget (const char *label, const iMenuItem *items, size_t n); 262iLabelWidget * makeMenuButton_LabelWidget (const char *label, const iMenuItem *items, size_t n);
263void updateDropdownSelection_LabelWidget (iLabelWidget *dropButton, const char *selectedCommand); 263void updateDropdownSelection_LabelWidget (iLabelWidget *dropButton, const char *selectedCommand);
264const char * selectedDropdownCommand_LabelWidget (const iLabelWidget *dropButton);
264 265
265/*-----------------------------------------------------------------------------------------------*/ 266/*-----------------------------------------------------------------------------------------------*/
266 267