summaryrefslogtreecommitdiff
path: root/sway/commands/popup_during_fullscreen.c
AgeCommit message (Collapse)Author
2018-10-08Implement popup_during_fullscreenRyan Dwyer
This introduces a new view_impl function: is_transient_for. Similar to container_has_ancestor but works using the surface parents rather than the tree. This patch modifies view_is_visible, container_at and so on to allow transient views to function normally when they're in front of a fullscreen view.