From 34fdedba787550a0ae12b573ad5acc1ecb3702e2 Mon Sep 17 00:00:00 2001 From: François Revol Date: Mon, 13 Oct 2014 01:15:44 +0200 Subject: remove use of deprecated netsurf_quit variable in beos 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. --- beos/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos/window.cpp') diff --git a/beos/window.cpp b/beos/window.cpp index c00a45f4c..3fa88ad33 100644 --- a/beos/window.cpp +++ b/beos/window.cpp @@ -456,7 +456,7 @@ void nsbeos_dispatch_event(BMessage *message) switch (message->what) { case B_QUIT_REQUESTED: // from the BApplication - netsurf_quit = true; + nsbeos_done = true; break; case B_ABOUT_REQUESTED: { -- cgit v1.2.3