summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-11 14:36:58 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-11 14:36:58 +0100
commit740c56ce15935628ac6d613e582454c48adb978e (patch)
treee8f8034e16ace30cc3a6828928c2a46ac08adcfa /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
parentd9b519f969c57e2b5eb73ad212a4382ea54cb3e4 (diff)
Wayland: improve support for FL_CURSOR_{NONE, HELP}
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
index f1a723926..06545165d 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 X11 Screen interface
// for the Fast Light Tool Kit (FLTK).
//
-// Copyright 2010-2022 by Bill Spitzak and others.
+// Copyright 2010-2023 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
@@ -91,6 +91,7 @@ public:
struct wl_cursor *xc_se;
struct wl_cursor *xc_ne;
struct wl_cursor *xc_nw;
+ struct wl_cursor *xc_none;
static const struct wl_data_device_listener *p_data_device_listener;
public: