summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 16:24:52 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 16:24:52 +0000
commitf6951c0d51f6d55d9fc16042bf77b626abb3c505 (patch)
tree9ef3442bb495ee9d2b3439a74c65a1d1f8d8b8de /amiga/gui.h
parent9f99b75fde024800a853fd0e026d5a7692bc7194 (diff)
downloadnetsurf-f6951c0d51f6d55d9fc16042bf77b626abb3c505.tar.gz
netsurf-f6951c0d51f6d55d9fc16042bf77b626abb3c505.tar.bz2
Mostly-working local history window
svn path=/trunk/netsurf/; revision=6733
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h5
1 files changed, 4 insertions, 1 deletions
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 <dos/dos.h>
#include "desktop/gui.h"
+#include "amiga/history_local.h"
#ifdef NS_AMIGA_CAIRO
#include <cairo/cairo.h>
#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;