summaryrefslogtreecommitdiff
path: root/windows/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-12 11:08:01 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-12 11:08:01 +0100
commit0c7c4173c22586f5e033cfdf004fba9013084efa (patch)
tree2fa2dbfa03ebce3814db29360d1ee20636f9f1c7 /windows/gui.h
parent685e4a7fc5b873e2a252e90adf2e10ccc2401b64 (diff)
downloadnetsurf-0c7c4173c22586f5e033cfdf004fba9013084efa.tar.gz
netsurf-0c7c4173c22586f5e033cfdf004fba9013084efa.tar.bz2
remove use of deprecated netsurf_quit variable in win32
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 'windows/gui.h')
-rw-r--r--windows/gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/gui.h b/windows/gui.h
index 82ae83642..007afe7c8 100644
--- a/windows/gui.h
+++ b/windows/gui.h
@@ -97,5 +97,9 @@ nserror nsws_create_main_class(HINSTANCE hinstance);
*/
bool nsws_window_go(HWND hwnd, const char *url);
+/**
+ * Run the win32 message loop with scheduling
+ */
+void win32_run(void);
#endif