From dac634f6fd638b327356f42198ee88ddeef374c9 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 6 Sep 2009 10:48:14 +0000 Subject: Make throbber operate correctly according to the tab currently displayed. svn path=/trunk/netsurf/; revision=9547 --- amiga/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 406df6c9f..ef55c8c55 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -114,6 +114,7 @@ struct gui_window int scrolly; struct history_window *hw; struct List dllist; + bool throbbing; }; void ami_get_msg(void); -- cgit v1.2.3