summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-12-19 13:42:48 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-12-19 13:42:48 +0000
commitf723272cf29c9b8b4b34fc3816d4be9e9d8babbc (patch)
tree0880b8f65924b4ef19cf173ebb10e82279fba6c8 /amiga/gui.h
parentb53a3273c1eb192b66764e28b192d023388176ea (diff)
downloadnetsurf-f723272cf29c9b8b4b34fc3816d4be9e9d8babbc.tar.gz
netsurf-f723272cf29c9b8b4b34fc3816d4be9e9d8babbc.tar.bz2
Make favicons work properly with tabs
svn path=/trunk/netsurf/; revision=9742
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 b606c7f99..ae7463ca6 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -118,6 +118,7 @@ struct gui_window
int scrolly;
struct history_window *hw;
struct List dllist;
+ struct content *favicon;
bool throbbing;
};