diff options
| author | emersion <[email protected]> | 2018-03-31 17:49:40 -0400 | 
|---|---|---|
| committer | emersion <[email protected]> | 2018-03-31 17:49:40 -0400 | 
| commit | b2c2ee693b6f1cdaeb204a1469c0fa1b775a498c (patch) | |
| tree | 1fd4a806d0ab7ba780d5fb93acb741b9b1dc3f85 /include/sway/tree/container.h | |
| parent | 122b96abed9955f78e3f157167d34312f5bb551d (diff) | |
Introduce common functions to create, map, unmap, destroy views
Diffstat (limited to 'include/sway/tree/container.h')
| -rw-r--r-- | include/sway/tree/container.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h index 6aa66da0..d707df17 100644 --- a/include/sway/tree/container.h +++ b/include/sway/tree/container.h @@ -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;  | 
