diff --git a/patches/tablet-input/tablet-input-0.7.patch b/patches/tablet-input/tablet-input-0.7.patch index a0f1d5f..b12a8d9 100644 --- a/patches/tablet-input/tablet-input-0.7.patch +++ b/patches/tablet-input/tablet-input-0.7.patch @@ -139,7 +139,7 @@ index a2711f6..97d3d53 100644 +void +destroytablet(struct wl_listener *listener, void *data) +{ -+ wl_list_remove(&tablet_device_destroy.link); ++ + wlr_cursor_detach_input_device(cursor, tablet->wlr_device); + tablet = NULL; +}