aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2023-07-29 16:17:48 -0400
committerFurkan Sahin <furkan-dev@proton.me>2023-07-29 16:17:48 -0400
commit2c87bff3ef542fa81a6bc810f736a91223e19857 (patch)
treebc5d5e65af07577a9d7dd4e73f7cc508d009c110 /include
parentb7c650df2781d28a2a4517865379c89c5309c0c4 (diff)
swaynag: Implement wp_cursor_shape_v1
Diffstat (limited to 'include')
-rw-r--r--include/swaynag/swaynag.h3
1 files changed, 3 insertions, 0 deletions
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 <strings.h>
#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;