input: Update for newest smithay master

This commit is contained in:
Victoria Brekenfeld 2022-04-26 18:56:17 +02:00
parent 4ecc043cab
commit 8eff406a4f
2 changed files with 10 additions and 24 deletions

View file

@ -547,12 +547,11 @@ impl TilingLayout {
xdg.send_configure();
}
}
let window_geo = window.geometry();
space.map_window(
&window,
(
geo.loc.x + inner - window_geo.loc.x,
geo.loc.y + inner - window_geo.loc.y,
geo.loc.x + inner,
geo.loc.y + inner,
),
false,
);