diff options
Diffstat (limited to 'src/Fl_Window.cxx')
| -rw-r--r-- | src/Fl_Window.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 4c83872ae..f2509a432 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -136,7 +136,7 @@ void Fl_Window::draw() { } #endif -# if defined(USE_CAIRO) +# if defined(FLTK_USE_CAIRO) Fl::cairo_make_current(this); // checkout if an update is necessary # endif } |
