Listen to display destroy in output

This commit is contained in:
emersion 2017-12-07 01:12:04 +01:00
parent cbf5763c22
commit 0e066f0d76
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 13 additions and 0 deletions

View file

@ -74,6 +74,8 @@ struct wlr_output {
// the output position in layout space reported to clients
int32_t lx, ly;
struct wl_listener display_destroy;
void *data;
};