mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
wlr_tablet_v2: fix destroy listener name
This commit is contained in:
parent
b821be5749
commit
2a897af7dc
2 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue