diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c index eefd38cbc9..58f5b9ef77 100644 --- a/gdk/wayland/gdkdevice-wayland.c +++ b/gdk/wayland/gdkdevice-wayland.c @@ -283,6 +283,9 @@ gdk_wayland_device_set_window_cursor (GdkDevice *device, { GdkWaylandDeviceData *wd = GDK_WAYLAND_DEVICE (device)->device; + if (device == wd->touch_master) + return; + /* Setting the cursor to NULL means that we should use * the default cursor */