diff options
author | Vaxry <[email protected]> | 2024-05-06 02:15:26 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-05-09 13:37:39 +0100 |
commit | 84e8d1810d57b65a0bc3b5ac2998bc023df880f4 (patch) | |
tree | cd313a14333c06765dc149c9339d595c13eafd72 /src/includes.hpp | |
parent | ed411f53bdcf8d455f9e6ca769693aa84dc8372f (diff) | |
download | Hyprland-84e8d1810d57b65a0bc3b5ac2998bc023df880f4.tar.gz Hyprland-84e8d1810d57b65a0bc3b5ac2998bc023df880f4.zip |
Tablet: move to new impl
Ring and strip are not implemented. Will I implement this? God fucking knows. Nobody seems to have that anyways.
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 57ea5d54..080dbd4e 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -69,7 +69,6 @@ extern "C" { #include <wlr/util/edges.h> #include <wlr/types/wlr_tablet_pad.h> #include <wlr/types/wlr_tablet_tool.h> -#include <wlr/types/wlr_tablet_v2.h> #include <xkbcommon/xkbcommon.h> #include <wlr/render/egl.h> #include <wlr/render/gles2.h> |