deps: smithay + egui update
This commit is contained in:
parent
aa3ee245d1
commit
7a034c8e52
20 changed files with 906 additions and 657 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue