From 7a2c96dcbd170d6b9811af944bc905cf1376e987 Mon Sep 17 00:00:00 2001 From: David96 Date: Fri, 11 Mar 2022 11:47:56 +0100 Subject: types/wlr_tablet_tool: remove name ambiguity It wasn't clear in the backend whether to use name or base.name, change it so base.name has to be used. Fixes https://github.com/swaywm/sway/issues/6884 --- include/wlr/types/wlr_tablet_tool.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_tablet_tool.h b/include/wlr/types/wlr_tablet_tool.h index b8b4000f..c7d612a3 100644 --- a/include/wlr/types/wlr_tablet_tool.h +++ b/include/wlr/types/wlr_tablet_tool.h @@ -71,7 +71,6 @@ struct wlr_tablet { struct wl_signal button; } events; - char *name; struct wl_array paths; // char * void *data; -- cgit v1.2.3