From fad867a5d37b5162255a338f5f5218ff852f8852 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 12 Apr 2022 09:20:34 +0200 Subject: 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. --- src/Fl_Window.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Fl_Window.cxx') 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() -- cgit v1.2.3