diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-04 15:40:29 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-04 15:41:00 +0100 |
| commit | 3718effc431f5622a23c55b254153efdfe4e72c4 (patch) | |
| tree | d8a805870c6a3785022e2f52f0c3715410e29a37 /fl_config.in | |
| parent | a773fdc44bfb818f1830e9e48ba765881e68c942 (diff) | |
Add the Wayland platform to FLTK 1.4
Diffstat (limited to 'fl_config.in')
| -rw-r--r-- | fl_config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fl_config.in b/fl_config.in index 477f91f28..af4fd3530 100644 --- a/fl_config.in +++ b/fl_config.in @@ -54,4 +54,14 @@ #undef FLTK_USE_X11 + +/* + * FLTK_USE_WAYLAND + * + * Do we use Wayland for the current platform? + * + */ + +#undef FLTK_USE_WAYLAND + #endif /* _FL_fl_config_h_ */ |
