diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-15 06:42:06 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-29 12:15:32 +0200 |
| commit | c720aae51515907ae82ee02df80bd084f291d4b1 (patch) | |
| tree | 7fbf3569f35966891df68490b047b30c9ec20bcd /fl_config.cmake.in | |
| parent | 28981f6fd3971aaf7ff6527ee1cdeb9d886c4a4a (diff) | |
Make hybrid Wayland/X11 platform.
Diffstat (limited to 'fl_config.cmake.in')
| -rw-r--r-- | fl_config.cmake.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fl_config.cmake.in b/fl_config.cmake.in index c0505e03a..0acc7a8ff 100644 --- a/fl_config.cmake.in +++ b/fl_config.cmake.in @@ -57,6 +57,16 @@ /* + * FLTK_USE_CAIRO + * + * Do we use Cairo to draw to the display? + * + */ + +#cmakedefine FLTK_USE_CAIRO 1 + + +/* * FLTK_USE_WAYLAND * * Do we use Wayland for the current platform? |
