diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-28 15:27:38 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-28 15:27:38 +0200 |
| commit | d9fa2c6082da533555c3655a4808622fa7c9fd11 (patch) | |
| tree | db96eae104c172113ab21fc070be08a5012164c8 /documentation/src/osissues.dox | |
| parent | 1127ebfcd3f6f118dd1f499db1a51c5dceeddbdc (diff) | |
Wayland.dox: add info about the xdg decoration protocol
Also, use KWin to name the KDE desktop's Wayland compositor.
Diffstat (limited to 'documentation/src/osissues.dox')
| -rw-r--r-- | documentation/src/osissues.dox | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index 998a8a54d..042d8ba31 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -1069,10 +1069,11 @@ or in <tt>$HOME/.local/share/applications/</tt> so it's available to a single us \subsection osissues_wayland_decoration Window titlebars Wayland supports both client-side window decoration (CSD), where client applications are responsible for drawing window titlebars, and server-side window -decoration (SSD), where the Wayland compositor itself draws window titlebars. Among 3 +decoration (SSD), where the Wayland compositor itself draws window titlebars. Among 4 tested Wayland compositors, Mutter (gnome's compositor) and Weston use CSD mode -whereas the KDE compositor uses SSD mode. When running in CSD mode, FLTK uses a library called -<a href=https://gitlab.gnome.org/jadahl/libdecor>libdecor</a> to draw titlebars. +whereas the KWin and Sway compositors use SSD mode. +When running in CSD mode, FLTK uses a library +called <a href=https://gitlab.freedesktop.org/libdecor/libdecor>libdecor</a> to draw titlebars. The libdecor library has been conceived to use various plug-in's to draw titlebars in various fashions intended to match any desktop's preferred titlebar style. FLTK supports drawing titlebars with any libdecor plug-in via an environment variable |
