diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-11-18 08:36:08 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-11-18 08:36:08 -0500 |
| commit | facffbcaa7d9351a6985d06bbf4c3e8877ec63c7 (patch) | |
| tree | 00b8c41be09152db23d8f46499f70421695bccf6 /include/client/client.h | |
| parent | de875da547d38ca91d9dcf6c29279ed1d5a33046 (diff) | |
Clean up memory pool files better
Diffstat (limited to 'include/client/client.h')
| -rw-r--r-- | include/client/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
