commit 652019d6da630e58ed212632f0c3a4231eaab4e4
parent 3fbff5b4bb600efa10630013546115a4f6e0d74a
Author: Bill Li <billli11hkb@gmail.com>
Date: Thu, 15 May 2025 22:23:10 +0800
input/text_input: chase wlroots update
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5032
Fix #8718
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sway/input/text_input.c b/sway/input/text_input.c
@@ -632,7 +632,7 @@ void sway_input_method_relay_init(struct sway_seat *seat,
wl_list_init(&relay->input_popups);
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_manager_destroy.notify = relay_handle_text_input_manager_destroy;
wl_signal_add(&server.text_input->events.destroy,