commit 407c12fdddf31d7eb7d3a15c936f8daaa5717dbd
parent 89a045835f284e368f36ea5b508f70a41f65d6be
Author: emersion <contact@emersion.fr>
Date: Sat, 1 Sep 2018 19:33:24 +0200
Update for swaywm/wlroots#1216
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/sway/server.c b/sway/server.c
@@ -12,7 +12,6 @@
#include <wlr/types/wlr_gamma_control_v1.h>
#include <wlr/types/wlr_idle.h>
#include <wlr/types/wlr_layer_shell.h>
-#include <wlr/types/wlr_linux_dmabuf_v1.h>
#include <wlr/types/wlr_primary_selection.h>
#include <wlr/types/wlr_screencopy_v1.h>
#include <wlr/types/wlr_server_decoration.h>
@@ -117,7 +116,6 @@ bool server_init(struct sway_server *server) {
server->server_decoration.notify = handle_server_decoration;
wl_list_init(&server->decorations);
- wlr_linux_dmabuf_v1_create(server->wl_display, renderer);
wlr_export_dmabuf_manager_v1_create(server->wl_display);
wlr_screencopy_manager_v1_create(server->wl_display);