From 9a1e95b7da8aa4aa3b25cd373e76d3e90fc0e52f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 18 Nov 2015 08:36:08 -0500 Subject: Clean up memory pool files better --- include/client/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/client') diff --git a/include/client/client.h b/include/client/client.h index bac2c1a6..02806eae 100644 --- a/include/client/client.h +++ b/include/client/client.h @@ -15,6 +15,7 @@ struct output_state { struct buffer { struct wl_buffer *buffer; + int fd; cairo_surface_t *surface; cairo_t *cairo; PangoContext *pango; -- cgit v1.2.3