From 260dc2c8828c70b0e147ea394f38e9ee6dc69ee3 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 13:18:21 +0500 Subject: wip --- test/cairo_test.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/cairo_test.cxx b/test/cairo_test.cxx index 38d676342..b482ac0e0 100644 --- a/test/cairo_test.cxx +++ b/test/cairo_test.cxx @@ -16,7 +16,7 @@ #include // includes -#ifdef FLTK_HAVE_CAIRO // defined in since FLTK 1.4.0 +#if FLTK_HAVE_CAIRO // defined in since FLTK 1.4.0 #include #include @@ -191,7 +191,7 @@ static void my_cairo_draw_cb(cairo_using_window *window, cairo_t *cr) { } int main(int argc, char **argv) { -#ifdef FLTK_HAVE_CAIROEXT +#if FLTK_HAVE_CAIROEXT Fl::cairo_autolink_context(true); #endif cairo_using_window window(350, 350, "FLTK loves Cairo"); -- cgit v1.2.3