From ea851ba788cdaad7793763fbb64ee46442d0ebd4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 18 Oct 2014 21:14:07 +0100 Subject: Keep throbber status in the gui_window. --- riscos/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/gui.h') 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. */ -- cgit v1.2.3