(svn r1890) Begin to clean up the edit box: Remove one global variable and split the combined edit/original buffer into two

This commit is contained in:
tron
2005-02-19 14:40:32 +00:00
parent bf5e0c10ce
commit 2de3dc2735
4 changed files with 19 additions and 24 deletions

2
gui.h
View File

@@ -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 */