Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
text-input: fix missing destroy signal init
Browse files Browse the repository at this point in the history
  • Loading branch information
xdavidwu authored and emersion committed Jan 12, 2020
1 parent ebdbe17 commit 3b35043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/wlr_text_input_v3.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ struct wlr_text_input_manager_v3 *wlr_text_input_manager_v3_create(

wl_list_init(&manager->text_inputs);
wl_signal_init(&manager->events.text_input);
wl_signal_init(&manager->events.destroy);

manager->global = wl_global_create(display,
&zwp_text_input_manager_v3_interface, 1, manager,
Expand Down

0 comments on commit 3b35043

Please sign in to comment.