From ddb6946431f3faf44558d7e7fa86a446b326809d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 19 Oct 2008 11:33:05 +0000 Subject: Various fixes in relation to tabs. svn path=/trunk/netsurf/; revision=5598 --- amiga/gui.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'amiga/gui.h') 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); -- cgit v1.2.3