summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-02 22:40:45 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-02 22:40:45 +0000
commitbb7408a56e4c2841ceee3ce6127b52695d8e131c (patch)
tree44a6c74bd4a96c6a668a268d4b72c8c3c105e5d2 /amiga/gui.h
parent18ca27a56f4b5b0f2a788e23ada0cdd843011a0e (diff)
downloadnetsurf-bb7408a56e4c2841ceee3ce6127b52695d8e131c.tar.gz
netsurf-bb7408a56e4c2841ceee3ce6127b52695d8e131c.tar.bz2
When opening new tabs next to the active one, open them sequentially until the tab is
switched away from. This is more akin to how Firefox etc do it. Make this the default. svn path=/trunk/netsurf/; revision=12561
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 d7602da4b..2264a350e 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -114,6 +114,7 @@ struct gui_window
struct gui_window_2 *shared;
int tab;
struct Node *tab_node;
+ struct Node *last_new_tab;
int c_x; /* Caret X posn */
int c_y; /* Caret Y posn */
int c_w; /* Caret width */