summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-06-10 22:21:46 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-06-10 22:21:46 +0100
commit6511e9f9e0346eb5dc5dfc512b456446d56e2b8c (patch)
tree890afed60814a5cc99f220cad7b15679740a5380 /frontends/amiga/gui.h
parent653ccb78a9d819d21dc8d3e6d57d724215f50605 (diff)
downloadnetsurf-6511e9f9e0346eb5dc5dfc512b456446d56e2b8c.tar.gz
netsurf-6511e9f9e0346eb5dc5dfc512b456446d56e2b8c.tar.bz2
Migrate Amiga local history to corewindow
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h
index 5cec82d84..bf4ec9139 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -87,7 +87,8 @@ enum
};
struct find_window;
-struct history_window;
+struct ami_history_local_window;
+struct ami_menu_data;
#define AMI_GUI_TOOLBAR_MAX 20
@@ -110,8 +111,6 @@ struct ami_generic_window {
const struct ami_win_event_table *tbl;
};
-struct ami_menu_data;
-
struct gui_window_2 {
struct ami_generic_window w;
struct Window *win;
@@ -174,7 +173,7 @@ struct gui_window
int c_h_temp;
int scrollx;
int scrolly;
- struct history_window *hw;
+ struct ami_history_local_window *hw;
struct List dllist;
struct hlcache_handle *favicon;
bool throbbing;