mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
input/text_input: chase wlroots update
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5032 Fix #8718
This commit is contained in:
parent
3fbff5b4bb
commit
652019d6da
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue