Further refinement of wayland client support

This commit is contained in:
Drew DeVault 2015-11-12 19:35:39 -05:00
parent bfcabe48ef
commit 11b1ba397f
3 changed files with 50 additions and 9 deletions

View file

@ -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;