summaryrefslogtreecommitdiffstats
path: root/include/client/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/client/client.h')
-rw-r--r--include/client/client.h1
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 {
15 15
16struct buffer { 16struct buffer {
17 struct wl_buffer *buffer; 17 struct wl_buffer *buffer;
18 int fd;
18 cairo_surface_t *surface; 19 cairo_surface_t *surface;
19 cairo_t *cairo; 20 cairo_t *cairo;
20 PangoContext *pango; 21 PangoContext *pango;