chore: update smithay
Includes the fix in https://github.com/Smithay/smithay/pull/2038, which helps addresses a regression in controller input for Steam games.
This commit is contained in:
parent
203cad8cbd
commit
9f28a764a7
4 changed files with 6 additions and 6 deletions
|
|
@ -220,12 +220,12 @@ fn render_input_order_internal<R: 'static>(
|
|||
.rev()
|
||||
.filter(|or| {
|
||||
(*or)
|
||||
.geometry()
|
||||
.last_configure()
|
||||
.as_global()
|
||||
.intersection(output.geometry())
|
||||
.is_some()
|
||||
})
|
||||
.map(|or| (or, or.geometry().loc.as_global()))
|
||||
.map(|or| (or, or.last_configure().loc.as_global()))
|
||||
{
|
||||
callback(Stage::OverrideRedirect { surface, location })?;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue