From c720aae51515907ae82ee02df80bd084f291d4b1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 15 Mar 2022 06:42:06 +0100 Subject: Make hybrid Wayland/X11 platform. --- fl_config.cmake.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'fl_config.cmake.in') 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 @@ -56,6 +56,16 @@ #cmakedefine FLTK_USE_X11 1 +/* + * FLTK_USE_CAIRO + * + * Do we use Cairo to draw to the display? + * + */ + +#cmakedefine FLTK_USE_CAIRO 1 + + /* * FLTK_USE_WAYLAND * -- cgit v1.2.3