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 /FL | |
| parent | 51cf34eb8fdef936328c565276615880997e28bb (diff) | |
wip
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 4 | ||||
| -rw-r--r-- | FL/Fl_Cairo.H | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -31,7 +31,7 @@ #include <FL/core/pen_events.H> // pen and tablet events #include <FL/Fl_Widget_Tracker.H> // historically included here -#ifdef FLTK_HAVE_CAIRO +#if FLTK_HAVE_CAIRO # include <FL/Fl_Cairo.H> #endif @@ -738,7 +738,7 @@ FL_EXPORT extern int system(const char *command); // Convert Windows commandline arguments to UTF-8 (documented in src/Fl.cxx) FL_EXPORT extern int args_to_utf8(int argc, char ** &argv); -#ifdef FLTK_HAVE_CAIRO +#if FLTK_HAVE_CAIRO /** \defgroup group_cairo Cairo Support Functions and Classes @{ */ diff --git a/FL/Fl_Cairo.H b/FL/Fl_Cairo.H index 51639c980..4ae646768 100644 --- a/FL/Fl_Cairo.H +++ b/FL/Fl_Cairo.H @@ -35,7 +35,7 @@ #include <FL/Fl.H> -# ifdef FLTK_HAVE_CAIRO +# if FLTK_HAVE_CAIRO # include <cairo.h> |
