deps: Update smithay

This commit is contained in:
Victoria Brekenfeld 2022-12-27 18:27:29 +01:00
parent f9d50e77a5
commit bce88d2514
9 changed files with 126 additions and 170 deletions

View file

@ -351,7 +351,7 @@ impl Common {
states,
render_element_states,
default_primary_scanout_output_compare,
)
);
});
window.send_frame(output, time, throttle, surface_primary_scanout_output);
}
@ -380,7 +380,7 @@ impl Common {
states,
render_element_states,
default_primary_scanout_output_compare,
)
);
});
layer_surface.send_frame(output, time, throttle, surface_primary_scanout_output);
}