wlr_data_device header update

wlroots 6a7560 renamed the header file
This commit is contained in:
Dominique Martinet 2017-11-22 23:56:21 +01:00
parent c301b14a42
commit b8f8de27b8
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,7 @@
#include <wayland-server.h>
#include <wlr/backend.h>
#include <wlr/backend/session.h>
#include <wlr/types/wlr_data_device_manager.h>
#include <wlr/types/wlr_data_device.h>
#include <wlr/types/wlr_xdg_shell_v6.h>
#include <wlr/render.h>
// TODO WLR: make Xwayland optional

View file

@ -4,7 +4,6 @@
#include <wayland-server.h>
#include <wlr/backend.h>
#include <wlr/backend/session.h>
#include <wlr/types/wlr_data_device_manager.h>
#include <wlr/render.h>
#include <wlr/render/gles2.h>
// TODO WLR: make Xwayland optional