sway/include
Ryan Dwyer be9348d25c 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.
2018-11-17 21:29:42 +10:00
..
sway Move view {x,y,width,height} into container struct 2018-11-17 21:29:42 +10:00
swaybar
swaylock Add multiseat support to swaylock 2018-10-24 22:04:16 +10:00
swaynag
background-image.h
cairo.h
ipc-client.h
ipc.h
list.h
log.h
loop.h
meson.build
pango.h
pool-buffer.h
readline.h
stringop.h Use #if instead of #ifdef for WLR_HAS_* 2018-11-12 22:23:06 +01:00
unicode.h
util.h Wrap to fartherest output when running focus output 2018-11-01 08:29:45 +10:00