summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
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;