summaryrefslogtreecommitdiff
path: root/beos/window.cpp
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2014-10-13 01:15:44 +0200
committerFrançois Revol <revol@free.fr>2014-10-13 01:15:44 +0200
commit34fdedba787550a0ae12b573ad5acc1ecb3702e2 (patch)
treee4b3964396d4715d310d76a18539f3590cbd4044 /beos/window.cpp
parenta726860d4eccb9a2ebc305c0de119833613137db (diff)
downloadnetsurf-34fdedba787550a0ae12b573ad5acc1ecb3702e2.tar.gz
netsurf-34fdedba787550a0ae12b573ad5acc1ecb3702e2.tar.bz2
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.
Diffstat (limited to 'beos/window.cpp')
-rw-r--r--beos/window.cpp2
1 files changed, 1 insertions, 1 deletions
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:
{