summaryrefslogtreecommitdiff
path: root/fl_config.in
AgeCommit message (Collapse)Author
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-03-04Add the Wayland platform to FLTK 1.4ManoloFLTK
2021-12-21Add header guards to source files of FL/fl_config.hAlbrecht Schlosser
There are two "source files", one for configure and one for CMake, respectively.
2021-12-18Generate FL/fl_config.h rather than FL/abi-version.hAlbrecht Schlosser
... as discussed in fltk.coredev in thread "RFC: introduce public config header <FL/fl_config.h>", see: https://groups.google.com/g/fltkcoredev/c/xLCs1AIXMVo/m/MHZpQggzAQAJ - Rename abi-version.h to fl_config.h, rename input files, update dependencies, .gitignore, CMake, configure and Makefiles. - Include Cairo options in FL/fl_config.h - Rename FLTK_USE_CAIRO to FLTK_HAVE_CAIROEXT for consistency. - Include <FL/fl_config.h> in config.h and wherever necessary, fix include order (move FL/Fl.H to the top) and more. - Move USE_X11 to fl_config.h and rename to FLTK_USE_X11 - Do not include <config.h> in Cairo demo program which is no longer required in Cairo programs since FLTK 1.4.0