aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-19 23:31:18 +0100
committeremersion <contact@emersion.fr>2018-03-19 23:31:18 +0100
commit01beee58263a3d1de6eb30951332f31ca46eb4d3 (patch)
treeb428c88b3a4be0507ba9f83e94c607b94618b547 /include
parent9823a7c6c8cd5556390d2a53f34e30c3689bc6fd (diff)
Update wlroots API
Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been made upstream.
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 3fcdb1ba..eb7fa2ff 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -7,7 +7,7 @@
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_data_device.h>
#include <wlr/types/wlr_xdg_shell_v6.h>
-#include <wlr/render.h>
+#include <wlr/render/wlr_renderer.h>
// TODO WLR: make Xwayland optional
#include <wlr/xwayland.h>