Skip to content

clutter/stage-cogl: Avoid copying fb_clip_region

Because it gets destroyed (unreferenced) immediately after that. This avoids a deep copy of potentially kilobytes of data.

Merge request reports