summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/window.h b/window.h
index c3bb043f2..877bf9443 100644
--- a/window.h
+++ b/window.h
@@ -342,11 +342,10 @@ struct Window {
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));