Skip to content

AnimationEffect::Clip: pass clipped region

Pau López requested to merge snagcu/kwin:clip into master

The clipping was being done in a local variable that wasn't being passed to the next function. Remove that variable as it isn't used elsewhere.

Merge request reports