diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-11-11 18:29:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 16:29:04 +0100 |
commit | 7862fa670e208b4871c868f9b0e2a19b46a30e63 (patch) | |
tree | af04922421932a75bbac9bab84330a2b91b788be /sway/tree/output.c | |
parent | dcd2076f3854f4bb0018b6a47781dc48a55393b0 (diff) |
Use wlr_damage_ring
wlr_output_damage is to be replaced with wlr_damage_ring, so use that.
Diffstat (limited to 'sway/tree/output.c')
-rw-r--r-- | sway/tree/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c index 368f0541..eccab2f7 100644 --- a/sway/tree/output.c +++ b/sway/tree/output.c @@ -3,7 +3,6 @@ #include <ctype.h> #include <string.h> #include <strings.h> -#include <wlr/types/wlr_output_damage.h> #include "sway/ipc-server.h" #include "sway/layers.h" #include "sway/output.h" |