aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/output.c
diff options
context:
space:
mode:
authorLibravatar Kirill Primak <vyivel@eclair.cafe>2022-11-11 18:29:04 +0300
committerLibravatar GitHub <noreply@github.com>2022-11-11 16:29:04 +0100
commit7862fa670e208b4871c868f9b0e2a19b46a30e63 (patch)
treeaf04922421932a75bbac9bab84330a2b91b788be /sway/tree/output.c
parentUse wl_signal_emit_mutable() (diff)
downloadsway-7862fa670e208b4871c868f9b0e2a19b46a30e63.tar.gz
sway-7862fa670e208b4871c868f9b0e2a19b46a30e63.tar.zst
sway-7862fa670e208b4871c868f9b0e2a19b46a30e63.zip
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.c1
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 @@
3#include <ctype.h> 3#include <ctype.h>
4#include <string.h> 4#include <string.h>
5#include <strings.h> 5#include <strings.h>
6#include <wlr/types/wlr_output_damage.h>
7#include "sway/ipc-server.h" 6#include "sway/ipc-server.h"
8#include "sway/layers.h" 7#include "sway/layers.h"
9#include "sway/output.h" 8#include "sway/output.h"