mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/x11: ensure buffers are released on shutdown
This commit is contained in:
parent
378f471d29
commit
afe1ae4479
2 changed files with 7 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue