mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Clean up memory pool files better
This commit is contained in:
parent
49388eb88b
commit
9a1e95b7da
3 changed files with 27 additions and 21 deletions
|
|
@ -15,6 +15,7 @@ struct output_state {
|
|||
|
||||
struct buffer {
|
||||
struct wl_buffer *buffer;
|
||||
int fd;
|
||||
cairo_surface_t *surface;
|
||||
cairo_t *cairo;
|
||||
PangoContext *pango;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue