mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
Introduce common functions to create, map, unmap, destroy views
This commit is contained in:
parent
122b96abed
commit
b2c2ee693b
8 changed files with 212 additions and 150 deletions
|
|
@ -70,9 +70,8 @@ struct sway_container {
|
|||
enum sway_container_layout prev_layout;
|
||||
enum sway_container_layout workspace_layout;
|
||||
|
||||
// TODO convert to layout coordinates
|
||||
// in output-local coordinates
|
||||
double x, y;
|
||||
|
||||
// does not include borders or gaps.
|
||||
double width, height;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue