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 4f5d3394..4edcb5e3 100644 --- a/rootston/desktop.c +++ b/rootston/desktop.c @@ -869,8 +869,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;  }  | 
