From afe1ae4479a680cebfc5b12d9b5dbafefbd73395 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 6 Dec 2022 20:22:55 +0100 Subject: backend/x11: ensure buffers are released on shutdown --- include/backend/x11.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 { -- cgit v1.2.3