aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/server.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-19 18:21:41 -0400
committerGitHub <noreply@github.com>2018-03-19 18:21:41 -0400
commit453516a6214bd8f6548db932139a8ed116eb652e (patch)
tree3e62b8364c57805bd7c5dbb5de4c8522339e3231 /include/rootston/server.h
parenta76cef475b6da9d4953e7b3503a35f01aa7c824e (diff)
parentc41de2d1be5c8e814e99e3a1859cdaa885b6042d (diff)
Merge pull request #735 from emersion/split-render-h
render: split render.h into wlr_renderer.h and wlr_texture.h
Diffstat (limited to 'include/rootston/server.h')
-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>