summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-13 00:56:09 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-13 00:56:09 +0100
commitd0655bafc26d30f0e792202ff452907a5ff193d1 (patch)
tree39734553e7f59a6b710b561991ab3570ae41afee /riscos/gui.h
parent34fdedba787550a0ae12b573ad5acc1ecb3702e2 (diff)
downloadnetsurf-d0655bafc26d30f0e792202ff452907a5ff193d1.tar.gz
netsurf-d0655bafc26d30f0e792202ff452907a5ff193d1.tar.bz2
remove use of deprecated netsurf_quit variable in riscos
The core no longer needs to run the event polling loop as fetches are now scheduler driven. This is part of a series which will ultimately remove netsurf_poll callback altogether.
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 3403f551e..65f800267 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -72,6 +72,8 @@ typedef enum { GUI_DRAG_NONE, GUI_DRAG_DOWNLOAD_SAVE, GUI_DRAG_SAVE }
extern ro_gui_drag_type gui_current_drag_type;
+extern bool riscos_done;
+
/** RISC OS data for a browser window. */
struct gui_window {
/** Associated platform-independent browser window data. */