From 85ec2642c06f5ec03a0339a638554aa684e80622 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:03:42 +0200 Subject: Wayland.dox: remove obsolete paragraph. --- documentation/src/wayland.dox | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'documentation') 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 wl_keyboard object which is at version 3 in all tested Wayland compositors. +the wl_keyboard 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 struct libdecor_frame_private 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 "GTK3 plugin" with \c libdecor-gtk. -- cgit v1.2.3