Merge pull request #2391 from RyanDwyer/fix-popups-v2

Fix popups (v2)
This commit is contained in:
Drew DeVault 2018-08-01 22:02:12 -04:00 committed by GitHub
commit 9564c73c0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 239 additions and 55 deletions

View file

@ -109,9 +109,6 @@ static struct sway_container *container_at_coords(
}
struct sway_container *c;
if ((c = floating_container_at(lx, ly, surface, sx, sy))) {
return c;
}
if ((c = container_at(ws, lx, ly, surface, sx, sy))) {
return c;
}