aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/render.c
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-01-13 11:15:39 +0100
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2022-01-13 14:01:37 +0300
commitd6f8820a8b7190a2ce76a0f140e1514e2c32dd50 (patch)
treee59e41a785297697c9e8fef7f1a8b1e90efc1699 /sway/desktop/render.c
parentbuild: fix building with basu (diff)
downloadsway-d6f8820a8b7190a2ce76a0f140e1514e2c32dd50.tar.gz
sway-d6f8820a8b7190a2ce76a0f140e1514e2c32dd50.tar.zst
sway-d6f8820a8b7190a2ce76a0f140e1514e2c32dd50.zip
Upgrade for wlroots surface refactoring
See [1] for details. [1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3412
Diffstat (limited to 'sway/desktop/render.c')
-rw-r--r--sway/desktop/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/render.c b/sway/desktop/render.c
index c088c936..02397c05 100644
--- a/sway/desktop/render.c
+++ b/sway/desktop/render.c
@@ -12,7 +12,7 @@
12#include <wlr/types/wlr_output_damage.h> 12#include <wlr/types/wlr_output_damage.h>
13#include <wlr/types/wlr_output_layout.h> 13#include <wlr/types/wlr_output_layout.h>
14#include <wlr/types/wlr_output.h> 14#include <wlr/types/wlr_output.h>
15#include <wlr/types/wlr_surface.h> 15#include <wlr/types/wlr_compositor.h>
16#include <wlr/util/region.h> 16#include <wlr/util/region.h>
17#include "log.h" 17#include "log.h"
18#include "config.h" 18#include "config.h"