aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/backend/x11.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h
index b872385d..7ffcf465 100644
--- a/include/backend/x11.h
+++ b/include/backend/x11.h
@@ -115,6 +115,7 @@ struct wlr_x11_buffer {
struct wlr_buffer *buffer;
xcb_pixmap_t pixmap;
struct wl_list link; // wlr_x11_output::buffers
+ struct wl_listener buffer_destroy;
};
struct wlr_x11_format {