summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-15 11:21:46 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-15 11:21:46 +0000
commiteab55f2c5ab33ec1ebf96086adf5a7ac81b8a407 (patch)
tree3b63f3b603aa5723e9a3285aff8eb825de055cc3 /amiga/gui.h
parentd3d7fc7c66427870096a402c237b545b2327f8bc (diff)
downloadnetsurf-eab55f2c5ab33ec1ebf96086adf5a7ac81b8a407.tar.gz
netsurf-eab55f2c5ab33ec1ebf96086adf5a7ac81b8a407.tar.bz2
Fix warnings
Fall back to default theme if specified one can't be found svn path=/trunk/netsurf/; revision=6785
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