diff options
author | Alexander Orzechowski <alex@ozal.ski> | 2023-07-30 16:07:28 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-07-31 10:34:11 +0200 |
commit | f436de920097963a6c73e250ea4a01b89be31321 (patch) | |
tree | f5957adacfa52e77ac49ff7fda958b5f385a96af /include/swaybar/bar.h | |
parent | 6bd11ad0dfb11f8cf7e0ab5330cd2488851c5614 (diff) |
swaybar: Implement wp_cursor_shape_v1
Diffstat (limited to 'include/swaybar/bar.h')
-rw-r--r-- | include/swaybar/bar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h index 3ad0bdf3..197d2190 100644 --- a/include/swaybar/bar.h +++ b/include/swaybar/bar.h @@ -4,6 +4,7 @@ #include "config.h" #include "input.h" #include "pool-buffer.h" +#include "cursor-shape-v1-client-protocol.h" #include "wlr-layer-shell-unstable-v1-client-protocol.h" #include "xdg-output-unstable-v1-client-protocol.h" @@ -30,6 +31,7 @@ struct swaybar { struct wl_compositor *compositor; struct zwlr_layer_shell_v1 *layer_shell; struct zxdg_output_manager_v1 *xdg_output_manager; + struct wp_cursor_shape_manager_v1 *cursor_shape_manager; struct wl_shm *shm; struct swaybar_config *config; |