summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index a496c26d7..52d6179a9 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -71,6 +71,7 @@ enum
};
struct find_window;
+struct history_window;
struct gui_download_window {
struct Window *win;
@@ -97,7 +98,6 @@ struct gui_window_2 {
struct Hook scrollerhook;
struct Hook popuphook;
struct form_control *control;
- union content_msg_data *redraw_data;
browser_mouse_state mouse_state;
browser_mouse_state key_state;
ULONG throbber_update_count;
@@ -117,6 +117,7 @@ struct gui_window
int scrollx;
int scrolly;
char *dlfilename;
+ struct history_window *hw;
};
struct gui_globals