diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-27 11:06:17 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-27 11:06:17 +0200 |
| commit | 31b5d5b562b71f913a8ab29cad72daa2d8018bd9 (patch) | |
| tree | 07299db4f823ad51be9559254afea59378196442 /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | cce40848ce89df2b3a68cbda2aae3e03feee3cfa (diff) | |
Complete Fl_Wayland_Screen_Driver::close_display()
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index 4662efce6..c36cf49e4 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -1,5 +1,5 @@ // -// Definition of X11 Screen interface +// Definition of the Wayland Screen interface // for the Fast Light Tool Kit (FLTK). // // Copyright 2010-2023 by Bill Spitzak and others. @@ -34,7 +34,6 @@ struct seat { 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; |
