summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-09-10 20:36:11 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-09-10 20:36:11 +0100
commit1f96c0a413c26db03cd2921ef795972c47997747 (patch)
tree2b8dea3ba719068601da18c7c1a8b73dd87e8f40 /frontends/amiga/gui.h
parent7cbff32f92596119896582925978016e9d672f58 (diff)
downloadnetsurf-1f96c0a413c26db03cd2921ef795972c47997747.tar.gz
netsurf-1f96c0a413c26db03cd2921ef795972c47997747.tar.bz2
Add an ACTIVE switch to the OPEN ARexx command to force new tabs to be active
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h
index 52411c427..6d5188e44 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -245,5 +245,10 @@ STRPTR ami_gui_get_screen_title(void);
* Set gui_globals back to the default for the browser context
*/
void ami_gui_set_default_gg(void);
+
+/**
+ * Switch to the most-recently-opened tab
+ */
+void ami_gui_switch_to_new_tab(struct gui_window_2 *gwin);
#endif