aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Alexander Orzechowski <alex@ozal.ski>2023-07-29 16:17:48 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2023-07-31 10:34:11 +0200
commitdf8aad9c5ab70ad646ec1742cc57473c6908a1be (patch)
treebc5d5e65af07577a9d7dd4e73f7cc508d009c110 /include
parentswaybar: Implement wp_cursor_shape_v1 (diff)
downloadsway-df8aad9c5ab70ad646ec1742cc57473c6908a1be.tar.gz
sway-df8aad9c5ab70ad646ec1742cc57473c6908a1be.tar.zst
sway-df8aad9c5ab70ad646ec1742cc57473c6908a1be.zip
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 @@
4#include <strings.h> 4#include <strings.h>
5#include "list.h" 5#include "list.h"
6#include "pool-buffer.h" 6#include "pool-buffer.h"
7#include "cursor-shape-v1-client-protocol.h"
8
7#include "swaynag/types.h" 9#include "swaynag/types.h"
8 10
9#define SWAYNAG_MAX_HEIGHT 500 11#define SWAYNAG_MAX_HEIGHT 500
@@ -85,6 +87,7 @@ struct swaynag {
85 struct swaynag_output *output; 87 struct swaynag_output *output;
86 struct zwlr_layer_shell_v1 *layer_shell; 88 struct zwlr_layer_shell_v1 *layer_shell;
87 struct zwlr_layer_surface_v1 *layer_surface; 89 struct zwlr_layer_surface_v1 *layer_surface;
90 struct wp_cursor_shape_manager_v1 *cursor_shape_manager;
88 struct wl_surface *surface; 91 struct wl_surface *surface;
89 92
90 uint32_t width; 93 uint32_t width;