From 86372d00db86502cb41ae645b917c8191c22c994 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 18 Nov 2015 09:55:55 -0500 Subject: Fix SIGBUS from wayland clients --- include/client/client.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3