aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2025-09-08 23:48:45 +0800
committerFurkan Sahin <furkan-dev@proton.me>2025-09-08 23:48:45 +0800
commitd86ac50b0dbcb8c9d60afc02e730214cc150aabf (patch)
tree206a944d7ab843f616053887dc6f946b1ee69d5b
parent002eb76d7ece84482f472ce0568669bb2fd7a77a (diff)
input/text_input: chase wlroots update
References:https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5107
-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 c907585f..8dc64f01 100644
--- a/sway/input/text_input.c
+++ b/sway/input/text_input.c
@@ -648,7 +648,7 @@ void sway_input_method_relay_init(struct sway_seat *seat,
relay->input_method_new.notify = relay_handle_input_method;
wl_signal_add(
- &server.input_method->events.input_method,
+ &server.input_method->events.new_input_method,
&relay->input_method_new);
relay->input_method_manager_destroy.notify = relay_handle_input_method_manager_destroy;
wl_signal_add(&server.input_method->events.destroy,