mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-15 06:59:54 -05:00
fix: chase wlroots input method api
This commit is contained in:
parent
cff0c3aa4c
commit
b594cf570d
1 changed files with 1 additions and 1 deletions
|
|
@ -574,7 +574,7 @@ struct dwl_input_method_relay *dwl_im_relay_create() {
|
||||||
&relay->new_text_input);
|
&relay->new_text_input);
|
||||||
|
|
||||||
relay->new_input_method.notify = handle_new_input_method;
|
relay->new_input_method.notify = handle_new_input_method;
|
||||||
wl_signal_add(&input_method_manager->events.input_method,
|
wl_signal_add(&input_method_manager->events.new_input_method,
|
||||||
&relay->new_input_method);
|
&relay->new_input_method);
|
||||||
|
|
||||||
relay->focused_surface_destroy.notify = handle_focused_surface_destroy;
|
relay->focused_surface_destroy.notify = handle_focused_surface_destroy;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue