diff options
author | emersion <contact@emersion.fr> | 2018-10-28 12:23:47 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-10-28 12:23:47 +0100 |
commit | de8d87f5ae9f9b18967a820f260619dc1d4bb600 (patch) | |
tree | d7fd28501399e913af6e1fb70e4105752c24a84a | |
parent | f34b7f88006c3be5fc5283d86f206ac75cf20093 (diff) |
input-method-v2: initialize destroy signal
-rw-r--r-- | types/wlr_input_method_v2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/types/wlr_input_method_v2.c b/types/wlr_input_method_v2.c index fc9fa62b..c68ff88b 100644 --- a/types/wlr_input_method_v2.c +++ b/types/wlr_input_method_v2.c @@ -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); |