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

@ -162,7 +162,7 @@ struct sway_container *container_parent(struct sway_container *container,
* is a view and the view contains a surface at those coordinates.
*/
struct sway_container *container_at(struct sway_container *container,
double lx, double ly, struct wlr_surface **surface,
double ox, double oy, struct wlr_surface **surface,
double *sx, double *sy);
/**