mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
chase: presentation is now handled internally
https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4482
This commit is contained in:
parent
72fd2af4f2
commit
d8f57fe4e7
2 changed files with 1 additions and 2 deletions
|
|
@ -442,7 +442,6 @@ server_init(struct server *server)
|
|||
wlr_log(WLR_ERROR, "unable to create presentation interface");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
wlr_scene_set_presentation(server->scene, presentation);
|
||||
|
||||
wlr_export_dmabuf_manager_v1_create(server->wl_display);
|
||||
wlr_screencopy_manager_v1_create(server->wl_display);
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[wrap-git]
|
||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
revision = 1968ada2132237f5bf8e40b6bf903fbce76c0b40
|
||||
revision = ab924064f230cce2aea2e45bd113adea9d37f286
|
||||
|
||||
[provide]
|
||||
dependency_names = wlroots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue