From 6511e9f9e0346eb5dc5dfc512b456446d56e2b8c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 10 Jun 2017 22:21:46 +0100 Subject: Migrate Amiga local history to corewindow --- frontends/amiga/gui.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'frontends/amiga/gui.h') 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; -- cgit v1.2.3