summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-04-12 09:20:34 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-04-12 09:20:34 +0200
commitfad867a5d37b5162255a338f5f5218ff852f8852 (patch)
treeab4bda71568da79af50fc8699a7a2fb2b41cbc94 /src/Fl_Window.cxx
parent0d59e32b848953be121a86ccd068847dfa28d8fc (diff)
Modify test/cairo_test.cxx to show roles of OPTION_CAIRO and OPTION_CAIROEXT.
Also make clear that these options require, for now, Fl_Double_Window to work cross-platform.
Diffstat (limited to 'src/Fl_Window.cxx')
-rw-r--r--src/Fl_Window.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx
index 9fef2a936..b594a8cd7 100644
--- a/src/Fl_Window.cxx
+++ b/src/Fl_Window.cxx
@@ -516,9 +516,6 @@ void Fl_Window::draw()
pWindowDriver->draw_end();
if (!to_display) current_ = save_current;
-# if defined(FLTK_HAVE_CAIROEXT)
- Fl::cairo_make_current(this); // checkout if an update is necessary
-# endif
}
void Fl_Window::make_current()