diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 13:18:21 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 13:18:21 +0500 |
| commit | 260dc2c8828c70b0e147ea394f38e9ee6dc69ee3 (patch) | |
| tree | ba6e424280a50b70b0a1819368674904556fa459 /examples/cairo-draw-x.cxx | |
| parent | 51cf34eb8fdef936328c565276615880997e28bb (diff) | |
wip
Diffstat (limited to 'examples/cairo-draw-x.cxx')
| -rw-r--r-- | examples/cairo-draw-x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <FL/Fl.H> // includes <FL/fl_config.h> -#ifdef FLTK_HAVE_CAIRO // Builds example code only if cairo enabled +#if FLTK_HAVE_CAIRO // Builds example code only if cairo enabled #include <FL/Fl_Cairo_Window.H> // Cairo rendering cb called during Fl_Cairo_Window::draw() |
