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
commit05490e0556f8055571ef5f26590551debe26decd (patch)
tree0f94b7975875f6d3b02ccaa18c25546631124d6c /gui.h
parent5e86b2ff9b726378bbd2dec7e408aabae1d2a44e (diff)
downloadopenttd-05490e0556f8055571ef5f26590551debe26decd.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 */