mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
wlr_pointer_gestures_v1: init destroy signal
This commit is contained in:
parent
53be443f39
commit
dead0ebcc8
1 changed files with 2 additions and 0 deletions
|
|
@ -420,6 +420,8 @@ struct wlr_pointer_gestures_v1 *wlr_pointer_gestures_v1_create(
|
|||
return NULL;
|
||||
}
|
||||
|
||||
wl_signal_init(&gestures->events.destroy);
|
||||
|
||||
gestures->display_destroy.notify = handle_display_destroy;
|
||||
wl_display_add_destroy_listener(display, &gestures->display_destroy);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue