Listen to display destroy in backends

This commit is contained in:
emersion 2017-12-07 23:44:59 +01:00
parent bdb6e0b84c
commit 9d43adaafa
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
8 changed files with 130 additions and 70 deletions

View file

@ -51,6 +51,8 @@ struct wlr_x11_backend {
// The time we last received an event
xcb_timestamp_t time;
struct wl_listener display_destroy;
};
#endif