Update smithay, with xwayland shell, Cow, etc.
This commit is contained in:
parent
dfb3bea595
commit
4f076e0753
32 changed files with 220 additions and 87 deletions
|
|
@ -16,9 +16,7 @@ impl PointerConstraintsHandler for State {
|
|||
// XXX region
|
||||
if pointer
|
||||
.current_focus()
|
||||
.and_then(|x| x.wl_surface())
|
||||
.as_ref()
|
||||
== Some(surface)
|
||||
.map_or(false, |x| x.wl_surface().as_deref() == Some(surface))
|
||||
{
|
||||
with_pointer_constraint(surface, pointer, |constraint| {
|
||||
constraint.unwrap().activate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue