aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-11-12 19:35:39 -0500
committerFurkan Sahin <furkan-dev@proton.me>2015-11-12 19:35:39 -0500
commitdf5232a54d4c62828291cb694cc60b42cb492d50 (patch)
tree7f9a3f548cc3cd521ade3f777e5b812135bac053 /include
parent8a81bc25172b156ce2deab11be90e94879535b1d (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;