mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
Merge pull request #1340 from emersion/fix-input-method-destroy
input-method-v2: initialize destroy signal
This commit is contained in:
commit
f668e49fae
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ struct wlr_input_method_manager_v2 *wlr_input_method_manager_v2_create(
|
|||
return NULL;
|
||||
}
|
||||
wl_signal_init(&im_manager->events.input_method);
|
||||
wl_signal_init(&im_manager->events.destroy);
|
||||
wl_list_init(&im_manager->bound_resources);
|
||||
wl_list_init(&im_manager->input_methods);
|
||||
|
||||
|
|
Loading…
Reference in a new issue