From 260dc2c8828c70b0e147ea394f38e9ee6dc69ee3 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 13:18:21 +0500 Subject: wip --- examples/cairo-draw-x.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cairo-draw-x.cxx') diff --git a/examples/cairo-draw-x.cxx b/examples/cairo-draw-x.cxx index dd31e0bb0..d03506392 100644 --- a/examples/cairo-draw-x.cxx +++ b/examples/cairo-draw-x.cxx @@ -16,7 +16,7 @@ #include // includes -#ifdef FLTK_HAVE_CAIRO // Builds example code only if cairo enabled +#if FLTK_HAVE_CAIRO // Builds example code only if cairo enabled #include // Cairo rendering cb called during Fl_Cairo_Window::draw() -- cgit v1.2.3