commit b8f8de27b865248462955cddaad223acb76d05c1
parent c301b14a42c007bf3b69fef6053fa2466e201309
Author: Dominique Martinet <asmadeus@codewreck.org>
Date: Wed, 22 Nov 2017 23:56:21 +0100
wlr_data_device header update
wlroots 6a7560 renamed the header file
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/sway/server.h b/include/sway/server.h
@@ -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
diff --git a/sway/server.c b/sway/server.c
@@ -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