diff options
Diffstat (limited to 'rootston/desktop.c')
-rw-r--r-- | rootston/desktop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootston/desktop.c b/rootston/desktop.c index f1afe2c9..177828af 100644 --- a/rootston/desktop.c +++ b/rootston/desktop.c @@ -867,8 +867,8 @@ struct roots_desktop *desktop_create(struct roots_server *server, wl_signal_add(&desktop->input_inhibit->events.deactivate, &desktop->input_inhibit_deactivate); - struct wlr_egl *egl = wlr_backend_get_egl(server->backend); - desktop->linux_dmabuf = wlr_linux_dmabuf_create(server->wl_display, egl); + desktop->linux_dmabuf = wlr_linux_dmabuf_create(server->wl_display, + server->renderer); return desktop; } |