summaryrefslogtreecommitdiff
path: root/documentation/src/wayland.dox
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-08-24 17:03:42 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-08-24 17:03:42 +0200
commit85ec2642c06f5ec03a0339a638554aa684e80622 (patch)
tree409dd3865804cf3ff1a5b1856438fe7117946af4 /documentation/src/wayland.dox
parent46fab88c7f6369b4deb5f020834d69b80662fab4 (diff)
Wayland.dox: remove obsolete paragraph.
Diffstat (limited to 'documentation/src/wayland.dox')
-rw-r--r--documentation/src/wayland.dox8
1 files changed, 1 insertions, 7 deletions
diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox
index 7895afef7..78233a2f2 100644
--- a/documentation/src/wayland.dox
+++ b/documentation/src/wayland.dox
@@ -892,7 +892,7 @@ released. Calls to functions \c xkb_state_update_mask() and \c xkb_state_mod_nam
to set \c Fl::e_state adequately.
Function \c wl_keyboard_repeat_info() does not run, for now, because this would require version 4 of
-the <tt>wl_keyboard</tt> object which is at version 3 in all tested Wayland compositors.
+the <tt>wl_keyboard</tt> object which is at version 2 in all tested Wayland compositors.
\section wayland-text-input Support of text input methods
@@ -1013,12 +1013,6 @@ Each plugin puts its own string in member \c description of a record of type
type is complicated for a reason and solved by a method detailed in a comment before function
\c get_libdecor_plugin_description().
-Function \c get_libdecor_plugin_description() also determines whether the compositor uses CSD or SSD
-mode. This information is stored
-in member \c decoration_mode of <tt>struct libdecor_frame_private</tt> which is not part of
-the public libdecor API. For this reason, FLTK copies to \c fl_libdecor-plugins.c the definition of
-this type present in \c libdecor.c.
-
Operation 2) above is done by FLTK-defined function \c fl_libdecor_titlebar_buffer() from file
\c fl_libdecor-plugins.c. This function calls \c get_libdecor_plugin_description() seen above
to get the running plugin's descriptive string. That is <tt>"GTK3 plugin"</tt> with \c libdecor-gtk.