From 05490e0556f8055571ef5f26590551debe26decd Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 19 Feb 2005 14:40:32 +0000 Subject: (svn r1890) Begin to clean up the edit box: Remove one global variable and split the combined edit/original buffer into two --- gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.h') 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 */ -- cgit v1.2.3-54-g00ecf