From 11b1ba397f9bef1266f073fafab3e8de51346032 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 12 Nov 2015 19:35:39 -0500 Subject: Further refinement of wayland client support --- include/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/client.h b/include/client.h index ec3537ca..f10e6b1a 100644 --- a/include/client.h +++ b/include/client.h @@ -4,6 +4,7 @@ #include #include #include +#include #include "list.h" struct output_state { @@ -28,6 +29,8 @@ struct client_state { struct buffer *buffer; struct wl_surface *surface; struct wl_shell_surface *shell_surface; + struct wl_callback *frame_cb; + bool busy; cairo_t *cairo; cairo_surface_t *cairo_surface; PangoContext *pango; -- cgit v1.2.3