diff options
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index 084e0c967..8ef7a1e10 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -2,7 +2,7 @@ // Definition of the Wayland Screen interface // for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2024 by Bill Spitzak and others. +// Copyright 2010-2026 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -110,6 +110,10 @@ public: #if HAVE_XDG_DIALOG struct xdg_wm_dialog_v1 *xdg_wm_dialog; #endif +#if HAVE_CURSOR_SHAPE + struct wp_cursor_shape_manager_v1 *wp_cursor_shape_manager; + struct wp_cursor_shape_device_v1 *wp_cursor_shape_device; +#endif // constructor Fl_Wayland_Screen_Driver(); |
