summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-19 11:33:05 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-19 11:33:05 +0000
commitddb6946431f3faf44558d7e7fa86a446b326809d (patch)
tree9b66eda2ca1103dee6d33a390e952adff9da0719 /amiga/gui.h
parent52c57acc487ed5cef6fcf8d4ed8d3368fc0ad46d (diff)
downloadnetsurf-ddb6946431f3faf44558d7e7fa86a446b326809d.tar.gz
netsurf-ddb6946431f3faf44558d7e7fa86a446b326809d.tar.bz2
Various fixes in relation to tabs.
svn path=/trunk/netsurf/; revision=5598
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 99fa74f9c..2fe5cf40e 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -93,7 +93,6 @@ struct gui_window_2 {
struct browser_window *bw;
bool redraw_required;
int throbber_frame;
- int c_h;
struct List tab_list;
ULONG tabs;
ULONG next_tab;
@@ -109,8 +108,6 @@ struct gui_window_2 {
browser_mouse_state mouse_state;
browser_mouse_state key_state;
ULONG throbber_update_count;
- int c_x;
- int c_y;
};
struct gui_window
@@ -118,6 +115,9 @@ struct gui_window
struct gui_window_2 *shared;
int tab;
struct Node *tab_node;
+ int c_x;
+ int c_y;
+ int c_h;
};
void ami_get_msg(void);