From 5dbf0fe7f257edc3e96f3cf4ebf067f12c806419 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 19 Jul 2018 21:50:00 +0100 Subject: linux-dmabuf: add v1 suffix This prevents some future conflicts with the stable version. Fixes #1133 --- rootston/desktop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rootston') diff --git a/rootston/desktop.c b/rootston/desktop.c index 3f9faf24..5277dcc7 100644 --- a/rootston/desktop.c +++ b/rootston/desktop.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include @@ -871,7 +871,7 @@ struct roots_desktop *desktop_create(struct roots_server *server, wl_signal_add(&desktop->input_inhibit->events.deactivate, &desktop->input_inhibit_deactivate); - desktop->linux_dmabuf = wlr_linux_dmabuf_create(server->wl_display, + desktop->linux_dmabuf = wlr_linux_dmabuf_v1_create(server->wl_display, server->renderer); desktop->virtual_keyboard = wlr_virtual_keyboard_manager_v1_create( -- cgit v1.2.3