aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-19 23:16:29 +0100
committeremersion <contact@emersion.fr>2018-03-19 23:16:29 +0100
commitc41de2d1be5c8e814e99e3a1859cdaa885b6042d (patch)
tree3e62b8364c57805bd7c5dbb5de4c8522339e3231 /include/rootston
parenta76cef475b6da9d4953e7b3503a35f01aa7c824e (diff)
render: split render.h into wlr_renderer.h and wlr_texture.h
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/server.h b/include/rootston/server.h
index 5f35dd90..7ab15682 100644
--- a/include/rootston/server.h
+++ b/include/rootston/server.h
@@ -5,7 +5,7 @@
#include <wlr/backend.h>
#include <wlr/backend/session.h>
#include <wlr/config.h>
-#include <wlr/render.h>
+#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_data_device.h>
#ifdef WLR_HAS_XWAYLAND
#include <wlr/xwayland.h>