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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/util.h b/src/ui/util.h
index 87b72394..0dff8978 100644
--- a/src/ui/util.h
+++ b/src/ui/util.h
@@ -242,7 +242,8 @@ int checkContextMenu_Widget (iWidget *, const SDL_Event *ev); /* see mac
242 break; \ 242 break; \
243 } 243 }
244 244
245iLabelWidget * makeMenuButton_LabelWidget (const char *label, const iMenuItem *items, size_t n); 245iLabelWidget * makeMenuButton_LabelWidget (const char *label, const iMenuItem *items, size_t n);
246void updateDropdownSelection_LabelWidget (iLabelWidget *dropButton, const char *selectedCommand);
246 247
247/*-----------------------------------------------------------------------------------------------*/ 248/*-----------------------------------------------------------------------------------------------*/
248 249