Revert "Fix popups"

This reverts commit de86d65627.
This commit is contained in:
Drew DeVault 2018-08-02 09:05:46 -04:00
parent 8e60f6a732
commit 9aa258d33a
10 changed files with 55 additions and 197 deletions

View file

@ -109,6 +109,9 @@ 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;
}