deps: smithay + egui update

This commit is contained in:
Victoria Brekenfeld 2022-11-17 20:32:54 +01:00
parent aa3ee245d1
commit 7a034c8e52
20 changed files with 906 additions and 657 deletions

View file

@ -51,7 +51,8 @@ impl MoveGrabState {
}
let scale = output.current_scale().fractional_scale().into();
self.window.render_elements::<I>(
AsRenderElements::<R>::render_elements::<I>(
&self.window,
(location.to_i32_round() - output.geometry().loc - self.window.geometry().loc)
.to_physical_precise_round(scale),
scale,