mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
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:
parent
13fcdba75c
commit
7a2c96dcbd
3 changed files with 4 additions and 5 deletions
|
|
@ -71,7 +71,6 @@ struct wlr_tablet {
|
|||
struct wl_signal button;
|
||||
} events;
|
||||
|
||||
char *name;
|
||||
struct wl_array paths; // char *
|
||||
|
||||
void *data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue