mirror of
https://github.com/brl/mutter.git
synced 2025-02-05 08:04:10 +00:00
52bf38c38c
When we handle Expose events we try and queue a clipped redraw of the stage, but for some reason we were also redundantly calling clutter_actor_queue_redraw for the stage which would negate the request to queue a clipped redraw.