mirror of
https://github.com/swaywm/sway.git
synced 2025-11-14 06:59:47 -05:00
commit
9564c73c0d
11 changed files with 239 additions and 55 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue