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 e362d5b3..9c0c1a4d 100644
--- a/include/backend/x11.h
+++ b/include/backend/x11.h
@@ -113,6 +113,7 @@ struct wlr_x11_buffer {
xcb_pixmap_t pixmap;
struct wl_list link; // wlr_x11_output::buffers
struct wl_listener buffer_destroy;
+ size_t n_busy;
};
struct wlr_x11_format {