window.h
changeset 5682 eeddbbacd4ac
parent 5669 ea25407ffa55
child 5698 6697ee90a195
--- a/window.h	Sat Dec 30 01:14:00 2006 +0000
+++ b/window.h	Sat Dec 30 01:17:53 2006 +0000
@@ -342,11 +342,10 @@
 
 typedef struct querystr_d {
 	StringID caption;
-	WindowClass wnd_class;
-	WindowNumber wnd_num;
 	Textbuf text;
 	const char *orig;
 	CharSetFilter afilter;
+	bool handled;
 } querystr_d;
 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(querystr_d));