gui.h
changeset 2887 d5967e472eee
parent 2817 58dcead3f545
child 3107 a6406bbecd3d
--- a/gui.h	Thu Jan 26 15:55:53 2006 +0000
+++ b/gui.h	Thu Jan 26 16:19:24 2006 +0000
@@ -103,9 +103,9 @@
 void ShowCheatWindow(void);
 void AskForNewGameToStart(void);
 
-void DrawEditBox(Window *w, int wid);
-void HandleEditBox(Window *w, int wid);
-int HandleEditBoxKey(Window *w, int wid, WindowEvent *we);
+void DrawEditBox(Window *w, querystr_d *string, int wid);
+void HandleEditBox(Window *w, querystr_d *string, int wid);
+int HandleEditBoxKey(Window *w, querystr_d *string, int wid, WindowEvent *we);
 bool HandleCaret(Textbuf *tb);
 
 void DeleteTextBufferAll(Textbuf *tb);