summaryrefslogtreecommitdiff
path: root/src/widgets/dropdown_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-09 23:00:12 +0000
committerrubidium <rubidium@openttd.org>2008-04-09 23:00:12 +0000
commit2ac6af4e48744ee42abff16b2b716a9eeeef36cf (patch)
tree31e91bb295634439e2d248e142cae0410d992fe4 /src/widgets/dropdown_func.h
parentc9e9e6005bed8e6143fdc571cfebdc993d334dbd (diff)
downloadopenttd-2ac6af4e48744ee42abff16b2b716a9eeeef36cf.tar.xz
(svn r12644) -Codechange: rework the order gui a little to prepare it for some future changes.
Diffstat (limited to 'src/widgets/dropdown_func.h')
-rw-r--r--src/widgets/dropdown_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dropdown_func.h b/src/widgets/dropdown_func.h
index dd6b430bc..ac0e0a906 100644
--- a/src/widgets/dropdown_func.h
+++ b/src/widgets/dropdown_func.h
@@ -4,7 +4,7 @@
#define WIDGETS_DROPDOWN_FUNC_H
/* Show drop down menu containing a fixed list of strings */
-void ShowDropDownMenu(Window *w, const StringID *strings, int selected, int button, uint32 disabled_mask, uint32 hidden_mask);
+void ShowDropDownMenu(Window *w, const StringID *strings, int selected, int button, uint32 disabled_mask, uint32 hidden_mask, uint width = 0);
/* Hide drop down menu of a parent window */
void HideDropDownMenu(Window *pw);