input/text_input: chase wlroots update

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5032

Fix #8718
This commit is contained in:
Bill Li 2025-05-15 22:23:10 +08:00 committed by Simon Ser
parent 3fbff5b4bb
commit 652019d6da

View file

@ -632,7 +632,7 @@ void sway_input_method_relay_init(struct sway_seat *seat,
wl_list_init(&relay->input_popups); wl_list_init(&relay->input_popups);
relay->text_input_new.notify = relay_handle_text_input; relay->text_input_new.notify = relay_handle_text_input;
wl_signal_add(&server.text_input->events.text_input, wl_signal_add(&server.text_input->events.new_text_input,
&relay->text_input_new); &relay->text_input_new);
relay->text_input_manager_destroy.notify = relay_handle_text_input_manager_destroy; relay->text_input_manager_destroy.notify = relay_handle_text_input_manager_destroy;
wl_signal_add(&server.text_input->events.destroy, wl_signal_add(&server.text_input->events.destroy,