diff options
Diffstat (limited to 'src/Fl_x.cxx')
| -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 9d42932ef..9eff16f63 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1869,7 +1869,7 @@ void Fl_Window::make_current() { current_ = this; fl_clip_region(0); -#ifdef USE_CAIRO +#ifdef FLTK_USE_CAIRO // update the cairo_t context if (Fl::cairo_autolink_context()) Fl::cairo_make_current(this); #endif |
