diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-11-17 18:32:03 +1000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-11-17 18:32:03 +1000 |
| commit | 745ddb546f7613ba3888e45c53ca2b88152f085d (patch) | |
| tree | c06bde3d10e9bfea04acdd9b055cd596f13d4522 /common/background-image.c | |
| parent | 11b93934a92549ce20ddbb0affc2b087c79b5861 (diff) | |
Move view {x,y,width,height} into container struct
This renames/moves the following properties:
* sway_view.{x,y,width,height} ->
sway_container.content_{x,y,width,height}
* This is required to support placeholder containers as they don't
have a view.
* sway_container_state.view_{x,y,width,height} ->
sway_container_state.content_{x,y,width,height}
* To remain consistent with the above.
* sway_container_state.con_{x,y,width,height} ->
sway_container_state.{x,y,width,height}
* The con prefix was there to give it contrast from the view
properties, and is no longer useful.
The function container_set_geometry_from_floating_view has also been
renamed to container_set_geometry_from_content.
Diffstat (limited to 'common/background-image.c')
0 files changed, 0 insertions, 0 deletions
