chore: update smithay

This commit is contained in:
Victoria Brekenfeld 2025-04-02 20:46:40 +02:00 committed by Victoria Brekenfeld
parent 99bbd10168
commit 0159bce9db
3 changed files with 10 additions and 3 deletions

View file

@ -506,7 +506,7 @@ impl Common {
.get_data::<XWaylandClientData>()
.unwrap()
.compositor_state
.set_client_scale(new_scale as u32);
.set_client_scale(new_scale as f64);
// update wl/xdg_outputs
for output in self.shell.read().unwrap().outputs() {