mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
chase wlroots: ime: rename to new_input_method (MR 5107)
Ref: 06aacb2a6fd237a5e1062d611909432bbcf5b566 (input-method: rename input_method event to new_input_method)
This commit is contained in:
parent
b7f46ac9ba
commit
19b8ad35f9
2 changed files with 2 additions and 2 deletions
|
|
@ -587,7 +587,7 @@ input_method_relay_create(struct seat *seat)
|
||||||
&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(&seat->server->input_method_manager->events.input_method,
|
wl_signal_add(&seat->server->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;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||||
revision = 536100488fc4c64528786801860f96cfa1a55765
|
revision = 06aacb2a6fd237a5e1062d611909432bbcf5b566
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
dependency_names = wlroots-0.20
|
dependency_names = wlroots-0.20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue