aboutsummaryrefslogtreecommitdiff
path: root/rootston
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 /rootston
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 'rootston')
-rw-r--r--rootston/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/main.c b/rootston/main.c
index 5450ade2..d85701ca 100644
--- a/rootston/main.c
+++ b/rootston/main.c
@@ -7,7 +7,7 @@
#include <wlr/backend/headless.h>
#include <wlr/backend/multi.h>
#include <wlr/config.h>
-#include <wlr/render.h>
+#include <wlr/render/wlr_renderer.h>
#include <wlr/util/log.h>
#include "rootston/config.h"
#include "rootston/server.h"