From 6ca613f289864177f0141746b689d34ecaa2c6cd Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 16 Feb 2024 16:19:37 +0100 Subject: [PATCH] cage: drop wlr_scene_set_presentation() Scene-graph will do the right thing without this call. --- cage.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cage.c b/cage.c index 0de286d..9a33ea0 100644 --- a/cage.c +++ b/cage.c @@ -440,7 +440,6 @@ main(int argc, char *argv[]) ret = 1; goto end; } - wlr_scene_set_presentation(server.scene, presentation); if (!wlr_export_dmabuf_manager_v1_create(server.wl_display)) { wlr_log(WLR_ERROR, "Unable to create the export DMABUF manager");