From 099ed24184ce019ff5a2336fda6c63f6e9fdf233 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 14 Feb 2010 00:46:53 +0000 Subject: Improved tabs for OS4.1u1: * Tabs now have a close gadget embedded * The tab bar only displays if there is more than one tab open * Changed the AISS theme "tab loading" image to something more appropriate Under OS4.0 the old tab close button and permanent tab bar still applies (needs testing as these changes may well have broken it) Users of OS4.1 prior to Update 1 will probably need to update! svn path=/trunk/netsurf/; revision=10045 --- amiga/gui.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 466b3c4f0..154178959 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -47,7 +47,9 @@ enum GID_THROBBER, GID_SEARCH_ICON, GID_CLOSETAB, + GID_CLOSETAB_BM, GID_TABS, + GID_TABS_FLAG, GID_USER, GID_PASS, GID_LOGIN, @@ -79,7 +81,7 @@ struct history_window; struct gui_window_2 { struct Window *win; - Object *objects[OID_LAST]; + Object *objects[GID_LAST]; struct nsObject *node; struct browser_window *bw; bool redraw_required; -- cgit v1.2.3