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/5107
This commit is contained in:
parent
73c244fb48
commit
aaab7f961e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue