aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/render.c
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-07-07 11:29:14 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2021-07-07 11:29:14 +0200
commit4832fc937fae5a5e2af8828a7092c9026bd300e0 (patch)
treee6e76610b131fd9585a3d8d70e72546a611b7b42 /sway/desktop/render.c
parentcontainer: ignore borders in fullscreen windows (diff)
downloadsway-4832fc937fae5a5e2af8828a7092c9026bd300e0.tar.gz
sway-4832fc937fae5a5e2af8828a7092c9026bd300e0.tar.zst
sway-4832fc937fae5a5e2af8828a7092c9026bd300e0.zip
Update wlr_box includes
Update for the breaking change in [1]. [1]: https://github.com/swaywm/wlroots/pull/3011
Diffstat (limited to 'sway/desktop/render.c')
-rw-r--r--sway/desktop/render.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/desktop/render.c b/sway/desktop/render.c
index bf1b8666..a5bd8a5f 100644
--- a/sway/desktop/render.c
+++ b/sway/desktop/render.c
@@ -7,7 +7,6 @@
7#include <wayland-server-core.h> 7#include <wayland-server-core.h>
8#include <wlr/render/gles2.h> 8#include <wlr/render/gles2.h>
9#include <wlr/render/wlr_renderer.h> 9#include <wlr/render/wlr_renderer.h>
10#include <wlr/types/wlr_box.h>
11#include <wlr/types/wlr_buffer.h> 10#include <wlr/types/wlr_buffer.h>
12#include <wlr/types/wlr_matrix.h> 11#include <wlr/types/wlr_matrix.h>
13#include <wlr/types/wlr_output_damage.h> 12#include <wlr/types/wlr_output_damage.h>