Implement tabbed layout

This commit is contained in:
Ryan Dwyer 2018-05-19 22:54:50 +10:00
parent ec1c4c6c36
commit c08f9bf257
8 changed files with 438 additions and 87 deletions

View file

@ -108,7 +108,7 @@ static struct sway_container *container_at_coords(
}
struct sway_container *c;
if ((c = container_at(ws, x, y, surface, sx, sy))) {
if ((c = container_at(ws, ox, oy, surface, sx, sy))) {
return c;
}