diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 8eebd16ea..9f235f7d1 100644 --- a/config.h.in +++ b/config.h.in @@ -356,3 +356,17 @@ */ #cmakedefine01 HAVE_CURSOR_SHAPE + + +/* + * FLTK_HAVE_PEN_SUPPORT + * + * Do we have pen/tablet support for the current platform? + * See CMake option FLTK_OPTION_PEN_SUPPORT + * + * Note: this option is "hidden" in 'config.h', i.e. it's not (yet) + * publicly accessibe. Move this to 'fl_config.h' to make it public. + * + */ + +#cmakedefine FLTK_HAVE_PEN_SUPPORT 1 |
