diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-11-18 09:55:55 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-11-18 09:55:55 -0500 |
| commit | 4cd2c2ab70de706961d148500b4a684c286027e7 (patch) | |
| tree | 47a11db9d457d7f4f95dcf4531d1f8bac1994da0 /include/client/client.h | |
| parent | bf255c30cc1cc344716c861558c13b698e110d48 (diff) | |
Fix SIGBUS from wayland clients
Diffstat (limited to 'include/client/client.h')
| -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; |
