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

@ -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>