scene_graph: Use built-in linux dmabuf feedback handling

This commit is contained in:
Alexander Orzechowski 2023-04-13 20:45:02 +02:00 committed by Kirill Primak
parent 1eb16d1367
commit 1b09238645
2 changed files with 4 additions and 27 deletions

View file

@ -340,6 +340,10 @@ int main(int argc, char **argv) {
return 1;
}
if (server.linux_dmabuf_v1) {
wlr_scene_set_linux_dmabuf_v1(root->root_scene, server.linux_dmabuf_v1);
}
if (validate) {
bool valid = load_main_config(config_path, false, true);
free(config_path);