aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorDavid96 <david@hameipe.de>2022-03-11 11:47:56 +0100
committerDavid96 <david@hameipe.de>2022-03-11 11:49:41 +0100
commit7a2c96dcbd170d6b9811af944bc905cf1376e987 (patch)
treed85e4ba387d7cee3c40bfebe403481351ebb3200 /include/wlr
parent13fcdba75cf5f21cfd49c1a05f4fa62f77619b40 (diff)
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
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_tablet_tool.h1
1 files changed, 0 insertions, 1 deletions
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;