input/text_input: chase wlroots update

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5073
This commit is contained in:
tokyo4j 2025-05-19 16:42:28 +09:00
parent 810142dcc4
commit b359c8bfa2
2 changed files with 31 additions and 43 deletions

View file

@ -51,9 +51,7 @@ struct sway_text_input {
struct wl_listener pending_focused_surface_destroy;
struct wl_listener text_input_enable;
struct wl_listener text_input_commit;
struct wl_listener text_input_disable;
struct wl_listener text_input_destroy;
};