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
This commit is contained in:
David96 2022-03-11 11:47:56 +01:00
parent 13fcdba75c
commit 7a2c96dcbd
3 changed files with 4 additions and 5 deletions

View file

@ -71,7 +71,6 @@ struct wlr_tablet {
struct wl_signal button;
} events;
char *name;
struct wl_array paths; // char *
void *data;