From 6aa6866d80de123e53b864383d5457ec6e7844d1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 27 Mar 2023 11:31:26 +0200 Subject: Wayland: move "struct seat" inside class Fl_Wayland_Screen_Driver --- documentation/src/wayland.dox | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'documentation/src') diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox index c928c2dd3..78fb12619 100644 --- a/documentation/src/wayland.dox +++ b/documentation/src/wayland.dox @@ -888,19 +888,18 @@ by this call: (struct Fl_Wayland_Screen_Driver::output *)wl_output_get_user_data(wl_output). \anchor seat -

struct seat

-Defined in file \c Fl_Wayland_Screen_Driver.H. One such record is created by +

struct Fl_Wayland_Screen_Driver::seat

+Defined in file \c Fl_Wayland_Screen_Driver.H. One record is created by function \c registry_handle_global() when it receives a \c "wl_seat" or -\c wl_data_device_manager_interface.name interface. A pointer to this record is stored in member +\c wl_data_device_manager_interface.name interface. A pointer to this struct is stored in member \c seat of the client's unique \c Fl_Wayland_Screen_Driver object.
-struct seat {
+struct Fl_Wayland_Screen_Driver::seat {
   struct wl_seat *wl_seat;
   struct wl_pointer *wl_pointer;
   struct wl_keyboard *wl_keyboard;
   uint32_t keyboard_enter_serial;
   struct wl_surface *keyboard_surface;
-  struct wl_list link;
   struct wl_list pointer_outputs;
   struct wl_cursor_theme *cursor_theme;
   struct wl_cursor *default_cursor;
-- 
cgit v1.2.3