summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index e1968ea50..3a06b8a21 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -97,6 +97,7 @@ struct gui_window_2 {
struct find_window *searchwin;
ULONG oldh;
ULONG oldv;
+ bool redraw_scroll;
};
struct gui_window
@@ -133,7 +134,7 @@ 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);
+void ami_do_redraw(struct gui_window_2 *g);
struct RastPort *currp;
struct TextFont *origrpfont;