mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
chase wlroots: ime: rename to new_text_input (MR 5032)
Ref: 536100488fc4c64528786801860f96cfa1a55765 (text-input-v3: Name new text input event correctly)
This commit is contained in:
parent
a0dacbf85d
commit
13e838cd34
2 changed files with 2 additions and 2 deletions
|
|
@ -583,7 +583,7 @@ input_method_relay_create(struct seat *seat)
|
||||||
relay->popup_tree = wlr_scene_tree_create(&seat->server->scene->tree);
|
relay->popup_tree = wlr_scene_tree_create(&seat->server->scene->tree);
|
||||||
|
|
||||||
relay->new_text_input.notify = handle_new_text_input;
|
relay->new_text_input.notify = handle_new_text_input;
|
||||||
wl_signal_add(&seat->server->text_input_manager->events.text_input,
|
wl_signal_add(&seat->server->text_input_manager->events.new_text_input,
|
||||||
&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;
|
||||||
|
|
|
||||||
|
|
@ -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 = f04ef79f619983bfb4a7c9908bdae62e0d0d5ba7
|
revision = 536100488fc4c64528786801860f96cfa1a55765
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
dependency_names = wlroots-0.20
|
dependency_names = wlroots-0.20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue