swayfx/include/sway/tree
Ryan Dwyer 1059e173f4 Only damage popups when popups have damage
The previous behaviour was to damage the entire view, which would
recurse into each popup. This patch makes it damage only the popup's
surface, and respect the surface damage given by the client.

This adds listeners to the popup's map and unmap events rather than
doing the damage in the create and destroy functions. To get the popup's
position relative to the view, a new child_impl function get_root_coords
has been introduced, which traverses up the parents.
2018-10-07 11:07:29 +10:00
..
arrange.h Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
container.h Merge pull request #2703 from RyanDwyer/csd-border 2018-10-03 13:03:06 +02:00
node.h Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
output.h move output create to its own file 2018-04-03 20:00:09 -04:00
root.h Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
view.h Only damage popups when popups have damage 2018-10-07 11:07:29 +10:00
workspace.h Make gaps implementation consistent with i3-gaps 2018-09-29 11:08:19 +10:00