Skip to content

Commit

Permalink
Drop wlr_scene_set_presentation()
Browse files Browse the repository at this point in the history
Scene-graph will do the right thing without this call.
  • Loading branch information
emersion committed Feb 16, 2024
1 parent aa7117e commit 91334fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cage.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,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");
Expand Down

0 comments on commit 91334fb

Please sign in to comment.