deps: Update smithay
Fixes misbehaving floating windows
This commit is contained in:
parent
397ddaab1e
commit
1fb49824f9
10 changed files with 87 additions and 23 deletions
|
|
@ -16,7 +16,7 @@ use smithay::{
|
|||
},
|
||||
wayland::{
|
||||
output::Output,
|
||||
seat::{PointerGrabStartData, Seat},
|
||||
seat::{Focus, PointerGrabStartData, Seat},
|
||||
shell::xdg::{
|
||||
Configure, PopupSurface, PositionerState, ToplevelSurface, XdgShellHandler,
|
||||
XdgShellState,
|
||||
|
|
@ -123,7 +123,7 @@ impl XdgShellHandler for State {
|
|||
grab.ungrab(dh, PopupUngrabStrategy::All);
|
||||
return;
|
||||
}
|
||||
pointer.set_grab(PopupPointerGrab::new(&grab), serial, 0);
|
||||
pointer.set_grab(PopupPointerGrab::new(&grab), serial, Focus::Keep);
|
||||
}
|
||||
|
||||
seat.user_data()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue