mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-17 22:05:25 -05:00
fix: chase wlroots input method api
This commit is contained in:
parent
6fb1807db7
commit
1639d14903
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ struct dwl_input_method_relay *dwl_im_relay_create() {
|
|||
&relay->new_text_input);
|
||||
|
||||
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->focused_surface_destroy.notify = handle_focused_surface_destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue