mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Further refinement of wayland client support
This commit is contained in:
parent
bfcabe48ef
commit
11b1ba397f
3 changed files with 50 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue