Update wlroots API

Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been
made upstream.
This commit is contained in:
emersion 2018-03-19 23:31:18 +01:00
parent 9823a7c6c8
commit 01beee5826
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@
#include <wayland-server.h>
#include <wlr/backend.h>
#include <wlr/backend/session.h>
#include <wlr/render.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/render/gles2.h>
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_wl_shell.h>