summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-18 21:14:07 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-18 21:14:07 +0100
commitea851ba788cdaad7793763fbb64ee46442d0ebd4 (patch)
treee8638b4d2667b2c3817cbb3ba33f41b02281cf11 /riscos/gui.h
parentefb009988eb030e2253ca98b05f33f4e0b86b047 (diff)
downloadnetsurf-ea851ba788cdaad7793763fbb64ee46442d0ebd4.tar.gz
netsurf-ea851ba788cdaad7793763fbb64ee46442d0ebd4.tar.bz2
Keep throbber status in the gui_window.
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 95b59c124..f402fc925 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -87,6 +87,7 @@ struct gui_window {
int old_width; /**< Width when last opened / os units. */
int old_height; /**< Height when last opened / os units. */
bool update_extent; /**< Update the extent on next opening */
+ bool active; /**< Whether the throbber should be active */
char title[256]; /**< Buffer for window title. */