aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-12 19:35:39 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-12 19:35:39 -0500
commit11b1ba397f9bef1266f073fafab3e8de51346032 (patch)
tree7f9a3f548cc3cd521ade3f777e5b812135bac053 /include
parentbfcabe48ef3fc7a0388de007504fc232f826fb84 (diff)
Further refinement of wayland client support
Diffstat (limited to 'include')
-rw-r--r--include/client.h3
1 files changed, 3 insertions, 0 deletions
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 <wayland-client.h>
#include <cairo/cairo.h>
#include <pango/pangocairo.h>
+#include <stdbool.h>
#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;