summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Window.cxx')
-rw-r--r--src/Fl_Window.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx
index 721ff1236..063a8b0b2 100644
--- a/src/Fl_Window.cxx
+++ b/src/Fl_Window.cxx
@@ -1,7 +1,7 @@
//
// Window widget class for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2018 by Bill Spitzak and others.
+// Copyright 1998-2021 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -516,7 +516,7 @@ void Fl_Window::draw()
pWindowDriver->draw_end();
if (!to_display) current_ = save_current;
-# if defined(FLTK_USE_CAIRO)
+# if defined(FLTK_HAVE_CAIROEXT)
Fl::cairo_make_current(this); // checkout if an update is necessary
# endif
}