mirror of
https://github.com/swaywm/sway
synced 2026-09-11 20:50:30 +02:00
Subsurfaces need access to the parent get_root_coords impl for positioning in popups. To do this, we store a reference to the parent view_child where applicable. Fixes #4191.