mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
scene_graph: Wire up presentation time
This commit is contained in:
parent
25da7b237d
commit
be54b77886
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue