diff options
author | emersion <contact@emersion.fr> | 2018-09-01 19:27:18 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-09-02 08:50:43 +0200 |
commit | 2f0815838d921f3fc4a22cb45985fd7d35db5d95 (patch) | |
tree | cce47ee9fe76f0a834c88a4dc28554e3fe027087 /rootston | |
parent | 60a174eb1165f6adc139821c863ff73d57a3ce79 (diff) |
Init dmabuf global in renderer
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/desktop.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rootston/desktop.c b/rootston/desktop.c index 658611e3..efb7581a 100644 --- a/rootston/desktop.c +++ b/rootston/desktop.c @@ -14,7 +14,6 @@ #include <wlr/types/wlr_idle.h> #include <wlr/types/wlr_input_inhibitor.h> #include <wlr/types/wlr_layer_shell.h> -#include <wlr/types/wlr_linux_dmabuf_v1.h> #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_primary_selection.h> #include <wlr/types/wlr_server_decoration.h> @@ -893,9 +892,6 @@ 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_v1_create(server->wl_display, - server->renderer); - desktop->virtual_keyboard = wlr_virtual_keyboard_manager_v1_create( server->wl_display); wl_signal_add(&desktop->virtual_keyboard->events.new_virtual_keyboard, |