From 050e4acdae9f06fad0e03213fbc88752fa264e47 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 7 Feb 2017 15:56:00 +1000 Subject: [PATCH] wayland: fix copy/pasto sending tool removed on rings/strips Signed-off-by: Peter Hutterer https://bugzilla.gnome.org/show_bug.cgi?id=778262 --- src/wayland/meta-wayland-tablet-pad-ring.c | 1 - src/wayland/meta-wayland-tablet-pad-strip.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/wayland/meta-wayland-tablet-pad-ring.c b/src/wayland/meta-wayland-tablet-pad-ring.c index 26ff55713..77bf8d017 100644 --- a/src/wayland/meta-wayland-tablet-pad-ring.c +++ b/src/wayland/meta-wayland-tablet-pad-ring.c @@ -62,7 +62,6 @@ meta_wayland_tablet_pad_ring_free (MetaWaylandTabletPadRing *ring) wl_resource_for_each_safe (resource, next, &ring->resource_list) { - zwp_tablet_tool_v2_send_removed (resource); wl_list_remove (wl_resource_get_link (resource)); wl_list_init (wl_resource_get_link (resource)); } diff --git a/src/wayland/meta-wayland-tablet-pad-strip.c b/src/wayland/meta-wayland-tablet-pad-strip.c index c2d047b29..3c5deaef3 100644 --- a/src/wayland/meta-wayland-tablet-pad-strip.c +++ b/src/wayland/meta-wayland-tablet-pad-strip.c @@ -62,7 +62,6 @@ meta_wayland_tablet_pad_strip_free (MetaWaylandTabletPadStrip *strip) wl_resource_for_each_safe (resource, next, &strip->resource_list) { - zwp_tablet_tool_v2_send_removed (resource); wl_list_remove (wl_resource_get_link (resource)); wl_list_init (wl_resource_get_link (resource)); }