Clean up memory pool files better

This commit is contained in:
Drew DeVault 2015-11-18 08:36:08 -05:00
parent 49388eb88b
commit 9a1e95b7da
3 changed files with 27 additions and 21 deletions

View file

@ -15,6 +15,7 @@ struct output_state {
struct buffer {
struct wl_buffer *buffer;
int fd;
cairo_surface_t *surface;
cairo_t *cairo;
PangoContext *pango;