From 2a897af7dc532a3585401ae317d586a69c1af1d3 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Thu, 29 Feb 2024 13:33:12 +0100 Subject: wlr_tablet_v2: fix destroy listener name --- include/wlr/types/wlr_tablet_v2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/wlr/types/wlr_tablet_v2.h b/include/wlr/types/wlr_tablet_v2.h index 54828244..d3a65949 100644 --- a/include/wlr/types/wlr_tablet_v2.h +++ b/include/wlr/types/wlr_tablet_v2.h @@ -59,7 +59,7 @@ struct wlr_tablet_v2_tablet { struct wlr_input_device *wlr_device; struct wl_list clients; // wlr_tablet_client_v2.tablet_link - struct wl_listener tool_destroy; + struct wl_listener tablet_destroy; struct wlr_tablet_client_v2 *current_client; }; -- cgit v1.2.3