summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-06-03 18:20:56 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-06-03 18:20:56 +0000
commited00b6a1e9f9e01a08a9958455786544e861dec0 (patch)
treebb034578bcf7d97974142efa46a4ec2affd01a21 /amiga/gui.h
parentf2ef7ba6ba4bf3acd545348af490e1a411c5da7e (diff)
downloadnetsurf-ed00b6a1e9f9e01a08a9958455786544e861dec0.tar.gz
netsurf-ed00b6a1e9f9e01a08a9958455786544e861dec0.tar.bz2
Make GUI update when back/forward commands used from ARexx
svn path=/trunk/netsurf/; revision=12455
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index c31d2cc1a..dc7b847da 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -138,6 +138,7 @@ STRPTR ami_locale_langs(void);
int ami_key_to_nskey(ULONG keycode, struct InputEvent *ie);
struct box *ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y);
BOOL ami_gadget_hit(Object *obj, int x, int y);
+void ami_gui_history(struct gui_window_2 *gwin, bool back);
struct TextFont *origrpfont;
struct MinList *window_list;