summaryrefslogtreecommitdiff
path: root/README.Wayland.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-04-18 19:32:47 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-04-18 19:32:47 +0200
commite6957fc2f52d75d4de0e91df0729156d9ccfb5b0 (patch)
treef7f7174dfd5a571f95314116437cec2cbd61d1a0 /README.Wayland.txt
parent3fc8875756c3ce02b1b45bd0383a0c307c442dde (diff)
Allow libdecor package version ≥ 0.2.0 with FLTK_USE_SYSTEM_LIBDECOR
Diffstat (limited to 'README.Wayland.txt')
-rw-r--r--README.Wayland.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.Wayland.txt b/README.Wayland.txt
index dc4c24c36..b88184468 100644
--- a/README.Wayland.txt
+++ b/README.Wayland.txt
@@ -126,8 +126,9 @@ cross-compiling for systems that lack X11 headers and libraries.
The FLTK Wayland platform uses a library called libdecor which handles window decorations
(i.e., titlebars, shade). On very recent Linux distributions (e.g., Debian trixie)
libdecor is available as Linux packages (libdecor-0-dev and libdecor-0-plugin-1-gtk).
-FLTK requires a version > 0.2.2 of these packages that's not yet available.
-Therefore, FLTK uses a copy of libdecor bundled in the FLTK source code.
+FLTK requires version 0.2.0 or more recent of these packages.
+When libdecor is not available or not recent enough, FLTK uses a copy of libdecor
+bundled in the FLTK source code.
FLTK equipped with libdecor supports both the client-side decoration mode (CSD) and the
server-side decoration mode (SSD) as determined by the active Wayland compositor.
Mutter (gnome's Wayland compositor) and Weston use CSD mode, KWin and Sway use SSD mode.