summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-19 14:40:32 +0000
committertron <tron@openttd.org>2005-02-19 14:40:32 +0000
commit2de3dc273574b632b2a82dc512351d3f42f94cb2 (patch)
tree0f94b7975875f6d3b02ccaa18c25546631124d6c /gui.h
parentbf5e0c10cea257c3dccc6691f889c5d50d6e4fbf (diff)
downloadopenttd-2de3dc273574b632b2a82dc512351d3f42f94cb2.tar.xz
(svn r1890) Begin to clean up the edit box: Remove one global variable and split the combined edit/original buffer into two
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index 7a820b675..0038f5152 100644
--- a/gui.h
+++ b/gui.h
@@ -116,7 +116,7 @@ enum {
bool DoZoomInOutWindow(int how, Window * w);
void ShowBuildIndustryWindow(void);
-void ShowQueryString(StringID str, StringID caption, int maxlen, int maxwidth, byte window_class, uint16 window_number);
+void ShowQueryString(StringID str, StringID caption, uint maxlen, uint maxwidth, WindowClass window_class, WindowNumber window_number);
void ShowMusicWindow(void);
/* main_gui.c */