chase: presentation is now handled internally

https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4482
This commit is contained in:
Consolatis 2024-03-19 01:31:23 +01:00 committed by Johan Malm
parent 72fd2af4f2
commit d8f57fe4e7
2 changed files with 1 additions and 2 deletions

View file

@ -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);