mirror of
https://github.com/brl/mutter.git
synced 2025-02-08 17:44:09 +00:00
![Daniel van Vugt](/assets/img/avatar_default.png)
When using `CLUTTER_PAINT=damage-region` highlighting was conspicuously absent during fullscreen animations like entering or leaving the overview. That was because `queued_redraw_clip` was empty, because it had been initialized from `redraw_clip == NULL` (full stage redraw). Now we paint the damage region as the full view (which it is) instead of nothing at all. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1890>