aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2025-05-15 22:23:10 +0800
committerFurkan Sahin <furkan-dev@proton.me>2025-05-15 22:23:10 +0800
commit26fd98fe9a423764b7edc245208ad43c0e996dbc (patch)
tree6becff985de0f5f40fce9633e253f264768ff60b
parent9d89562aaa12be02d7a17e5947be09e8d15d2e88 (diff)
input/text_input: chase wlroots update
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5032 Fix #8718
-rw-r--r--sway/input/text_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/text_input.c b/sway/input/text_input.c
index c84fac8f..0eb76eb1 100644
--- 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,