wlr_tablet_v2: fix destroy listener name

This commit is contained in:
Isaac Freund 2024-02-29 13:33:12 +01:00
parent b821be5749
commit 2a897af7dc
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11
2 changed files with 5 additions and 5 deletions

View file

@ -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;
};