diff options
author | Vaxry <[email protected]> | 2024-06-19 18:25:20 +0200 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-06-19 18:25:25 +0200 |
commit | def5fcb2128304392e9e76bcc081d088b316a197 (patch) | |
tree | 9cbaf0621bc541eec13699c433fd3bd6be0fbe24 /src/includes.hpp | |
parent | 65f04f265c268d9752d6c2534c2b078d0e54a150 (diff) | |
download | Hyprland-def5fcb2128304392e9e76bcc081d088b316a197.tar.gz Hyprland-def5fcb2128304392e9e76bcc081d088b316a197.zip |
damageRing: move to hyprland impl
A small wlroots utility we were still using.
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 87bd21f8..afec078a 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -53,7 +53,6 @@ extern "C" { #include <wlr/types/wlr_primary_selection_v1.h> #include <wlr/types/wlr_viewporter.h> #include <wlr/types/wlr_subcompositor.h> -#include <wlr/types/wlr_damage_ring.h> #include <wlr/util/log.h> #include <wlr/util/region.h> #include <wlr/util/edges.h> |