aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2023-11-23 13:08:09 +0100
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2023-11-23 16:13:19 +0300
commitfd6d6f1d97deea2fc94aaeb58c85c99a498d905b (patch)
tree8b53890424cdae46c0ec049c153a07fa4907aa54 /sway/tree
parentChase wlroots!4440 (diff)
downloadsway-fd6d6f1d97deea2fc94aaeb58c85c99a498d905b.tar.gz
sway-fd6d6f1d97deea2fc94aaeb58c85c99a498d905b.tar.zst
sway-fd6d6f1d97deea2fc94aaeb58c85c99a498d905b.zip
Add wlr/util/transform.h includes
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4097 Closes: https://github.com/swaywm/sway/issues/7830
Diffstat (limited to 'sway/tree')
-rw-r--r--sway/tree/root.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/root.c b/sway/tree/root.c
index 831c75a5..66008d30 100644
--- a/sway/tree/root.c
+++ b/sway/tree/root.c
@@ -3,6 +3,7 @@
3#include <stdlib.h> 3#include <stdlib.h>
4#include <string.h> 4#include <string.h>
5#include <wlr/types/wlr_output_layout.h> 5#include <wlr/types/wlr_output_layout.h>
6#include <wlr/util/transform.h>
6#include "sway/desktop/transaction.h" 7#include "sway/desktop/transaction.h"
7#include "sway/input/seat.h" 8#include "sway/input/seat.h"
8#include "sway/ipc-server.h" 9#include "sway/ipc-server.h"