summaryrefslogtreecommitdiff
path: root/beos/beos_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/beos_window.cpp')
-rw-r--r--beos/beos_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/beos_window.cpp b/beos/beos_window.cpp
index dac1af738..9d46254b1 100644
--- a/beos/beos_window.cpp
+++ b/beos/beos_window.cpp
@@ -783,7 +783,7 @@ void nsbeos_window_expose_event(BView *view, gui_window *g, BMessage *message)
float scale = g->bw->scale;
struct rect clip;
- struct redraw_context ctx = { true, &nsbeos_plotters };
+ struct redraw_context ctx = { true, true, &nsbeos_plotters };
assert(g);
assert(g->bw);