diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 3300f3741..4198b5015 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1727,7 +1727,7 @@ void Fl_Window::make_current() { current_ = this; fl_clip_region(0); -#ifdef HAVE_CAIRO +#ifdef USE_CAIRO // update the cairo_t context if (Fl::cairo_autolink_context()) Fl::cairo_make_current(this); #endif |
