summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-09-04 17:35:32 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-09-04 17:35:32 +0100
commit7b5639d9821ca94865e25bc7c53fb3f93108c455 (patch)
treef101a37bae543bb97a9f133a3e6ec3a9e287d80f /frontends/amiga/gui.h
parent239205033ccdd215c1fcc058be2c844ea03e4870 (diff)
downloadnetsurf-7b5639d9821ca94865e25bc7c53fb3f93108c455.tar.gz
netsurf-7b5639d9821ca94865e25bc7c53fb3f93108c455.tar.bz2
When opening a new blank tab, always switch to it.
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h
index c1513a075..52411c427 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -101,6 +101,7 @@ struct gui_window_2 {
struct List tab_list;
ULONG tabs;
ULONG next_tab;
+ struct Node *last_new_tab;
struct Hook scrollerhook;
struct form_control *control;
browser_mouse_state mouse_state;
@@ -152,7 +153,6 @@ 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 */