diff options
author | Vaxry <[email protected]> | 2024-04-21 01:47:38 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-21 01:49:23 +0100 |
commit | 30e4b404f2a30230f57c946b655c2365b3bf8e3d (patch) | |
tree | 705e3143484dffed5d90df82d2c9ea26e02bedc2 /src/includes.hpp | |
parent | a141bbbea503ae7b320eba614a80ca2f4e5c1cba (diff) | |
download | Hyprland-30e4b404f2a30230f57c946b655c2365b3bf8e3d.tar.gz Hyprland-30e4b404f2a30230f57c946b655c2365b3bf8e3d.zip |
cursor-shape: move to new impl
Diffstat (limited to 'src/includes.hpp')
-rw-r--r-- | src/includes.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/includes.hpp b/src/includes.hpp index c43c2eaf..23e96425 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -102,7 +102,6 @@ extern "C" { #include <wlr/types/wlr_session_lock_v1.h> #include <wlr/types/wlr_single_pixel_buffer_v1.h> #include <wlr/types/wlr_idle_notify_v1.h> -#include <wlr/types/wlr_cursor_shape_v1.h> #include <wlr/util/box.h> #include <wlr/util/transform.h> #include <wlr/render/swapchain.h> |