drm-lease-v1: listen to lease destroy event

This commit is contained in:
Simon Ser 2021-11-03 14:22:35 +01:00 committed by Simon Zeni
parent 86f5ecf468
commit 6bb8973309
2 changed files with 29 additions and 27 deletions

View file

@ -90,6 +90,8 @@ struct wlr_drm_lease_v1 {
struct wl_list link; // wlr_drm_lease_device_v1::leases
struct wl_listener destroy;
void *data;
};