mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 18:39:09 +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.