Update Smithay

This commit is contained in:
Ian Douglas Scott 2023-09-13 20:24:11 -07:00
parent af457ef723
commit e1fc182c3e
6 changed files with 28 additions and 7 deletions

View file

@ -8,6 +8,7 @@ use smithay::{
element::{
surface::{render_elements_from_surface_tree, WaylandSurfaceRenderElement},
texture::{TextureBuffer, TextureRenderElement},
Kind,
},
ImportAll, ImportMem, Renderer,
},
@ -170,6 +171,7 @@ where
position.to_physical_precise_round(scale),
scale,
1.0,
Kind::Cursor,
)
}
@ -199,6 +201,7 @@ where
location.into().to_physical_precise_round(scale),
scale,
1.0,
Kind::Cursor,
)
}
@ -344,6 +347,7 @@ where
None,
None,
None,
Kind::Cursor,
),
)];
} else {