scene_graph: Wire up presentation time

This commit is contained in:
Alexander Orzechowski 2022-02-27 17:54:53 -05:00 committed by Kirill Primak
parent 25da7b237d
commit be54b77886

View file

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