From f6951c0d51f6d55d9fc16042bf77b626abb3c505 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 8 Mar 2009 16:24:52 +0000 Subject: Mostly-working local history window svn path=/trunk/netsurf/; revision=6733 --- amiga/gui.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 7ab824a5e..9523d87af 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -24,6 +24,7 @@ #include "desktop/browser.h" #include #include "desktop/gui.h" +#include "amiga/history_local.h" #ifdef NS_AMIGA_CAIRO #include #endif @@ -117,7 +118,7 @@ struct gui_window int scrollx; int scrolly; char *dlfilename; -// struct browser_window *bw; // not used + struct history_window *hw; // not used }; struct gui_globals @@ -139,6 +140,8 @@ void ami_update_pointer(struct Window *win, gui_pointer_shape shape); void ami_close_all_tabs(struct gui_window_2 *gwin); void ami_quit_netsurf(void); void ami_get_theme_filename(char *filename,char *themestring); +void ami_clearclipreg(struct RastPort *rp); +void ami_do_redraw(struct gui_window_2 *g,bool scroll); struct RastPort *currp; struct TextFont *origrpfont; -- cgit v1.2.3