mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 18:39:09 +00:00
ad398d583b
If a NULL clip is passed to clutter_stage_glx_add_redraw_clip then we update the redraw clip to have width of 0, but we weren't setting stage_glx->initialized_redraw_clip = TRUE. This could result in a full, unclipped stage redraw being reduced to a clipped redraw.