mirror of
https://github.com/brl/mutter.git
synced 2025-03-19 01:35:04 +00:00

Instead of users fetching it via `clutter_stage_get_redraw_clip()`, pass it via the paint context. This is helpful as it is only valid during a paint, making it more obvious that it needs to be handled differently when there is no redraw clip (i.e. we're painting off-screen). https://gitlab.gnome.org/GNOME/mutter/merge_requests/1042