Fix SIGBUS from wayland clients

This commit is contained in:
Drew DeVault 2015-11-18 09:55:55 -05:00
parent 665d4baaf1
commit 86372d00db
3 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,6 @@ struct output_state {
struct buffer {
struct wl_buffer *buffer;
int fd;
cairo_surface_t *surface;
cairo_t *cairo;
PangoContext *pango;