mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
drm-lease-v1: listen to lease destroy event
This commit is contained in:
parent
86f5ecf468
commit
6bb8973309
2 changed files with 29 additions and 27 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue