diff options
author | Drew DeVault <ddevault@linode.com> | 2015-11-18 09:55:55 -0500 |
---|---|---|
committer | Drew DeVault <ddevault@linode.com> | 2015-11-18 09:55:55 -0500 |
commit | 86372d00db86502cb41ae645b917c8191c22c994 (patch) | |
tree | 47a11db9d457d7f4f95dcf4531d1f8bac1994da0 /include | |
parent | 665d4baaf170d2723f89a482298d1f972431b3c3 (diff) |
Fix SIGBUS from wayland clients
Diffstat (limited to 'include')
-rw-r--r-- | include/client/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/client/client.h b/include/client/client.h index 39f18caf..5b24d315 100644 --- a/include/client/client.h +++ b/include/client/client.h @@ -15,7 +15,6 @@ struct output_state { struct buffer { struct wl_buffer *buffer; - int fd; cairo_surface_t *surface; cairo_t *cairo; PangoContext *pango; |