mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
Jasper St. Pierre
6fbd21001b
window-actor: Base the paint volume on our children, not our shape
This was wrong for subsurfaces that extend beyond the parent's shape, since the paint volume would be wrong in this case. Instead of using the shape region which can be out of date and wrong, just use the union of our children's volumes, which is a lot easier to manage.
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%