diff options
Diffstat (limited to 'include/backend/x11.h')
-rw-r--r-- | include/backend/x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index f5ec56bc..31a5138b 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -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 |