From df8aad9c5ab70ad646ec1742cc57473c6908a1be Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Sat, 29 Jul 2023 16:17:48 -0400 Subject: swaynag: Implement wp_cursor_shape_v1 --- include/swaynag/swaynag.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/swaynag') diff --git a/include/swaynag/swaynag.h b/include/swaynag/swaynag.h index ccd313a0..fb9e9c21 100644 --- a/include/swaynag/swaynag.h +++ b/include/swaynag/swaynag.h @@ -4,6 +4,8 @@ #include #include "list.h" #include "pool-buffer.h" +#include "cursor-shape-v1-client-protocol.h" + #include "swaynag/types.h" #define SWAYNAG_MAX_HEIGHT 500 @@ -85,6 +87,7 @@ struct swaynag { struct swaynag_output *output; struct zwlr_layer_shell_v1 *layer_shell; struct zwlr_layer_surface_v1 *layer_surface; + struct wp_cursor_shape_manager_v1 *cursor_shape_manager; struct wl_surface *surface; uint32_t width; -- cgit v1.2.3-54-g00ecf