From 68e408d22646c4d2a093029a907341d2943c5866 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 13 Apr 2023 17:03:17 +0200 Subject: set cursor position to "text" --- wayland.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'wayland.h') diff --git a/wayland.h b/wayland.h index 7cbbc90..d5557a9 100644 --- a/wayland.h +++ b/wayland.h @@ -4,6 +4,7 @@ #include #include #include +#include #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; -- cgit v1.2.3-70-g09d2