mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
cage: drop wlr_scene_set_presentation()
Scene-graph will do the right thing without this call.
This commit is contained in:
parent
b9add8b729
commit
7cc49d2292
1 changed files with 0 additions and 1 deletions
1
cage.c
1
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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue