summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-09-06 10:48:14 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-09-06 10:48:14 +0000
commitdac634f6fd638b327356f42198ee88ddeef374c9 (patch)
tree369e753aa77b05389054188ee4af32fd35e2ba42 /amiga/gui.h
parentcd07aa9d3121d56c6b01ba457b6cb2b09744334f (diff)
downloadnetsurf-dac634f6fd638b327356f42198ee88ddeef374c9.tar.gz
netsurf-dac634f6fd638b327356f42198ee88ddeef374c9.tar.bz2
Make throbber operate correctly according to the tab currently displayed.
svn path=/trunk/netsurf/; revision=9547
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 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);