input: Update for newest smithay master
This commit is contained in:
parent
4ecc043cab
commit
8eff406a4f
2 changed files with 10 additions and 24 deletions
|
|
@ -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,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue