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