diff options
Diffstat (limited to 'wayland.h')
| -rw-r--r-- | wayland.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include <xkbcommon/xkbcommon.h> #include <xkbcommon/xkbcommon-keysyms.h> #include <wayland-client.h> +#include <wayland-cursor.h> #include "xdg-shell-client-protocol.h" typedef enum { @@ -51,6 +52,11 @@ typedef struct { } kb; struct { struct wl_pointer *pointer; + struct wl_cursor *cursor; + struct wl_cursor_theme *theme; + struct wl_buffer *buffer; + struct wl_surface *surface; + struct wl_cursor_image *image; struct { uint32_t x; uint32_t y; |