Skip to content

effects/slidingpopups: Properly clip windows

Vlad Zahorodnii requested to merge work/sliding-popups-effect into master

The region that we pass to the next paintWindow() cannot be larger than the one that we've received. If an effect passes a larger region, the tracked buffer damage will be messed up and user will see all sorts of visual artifacts.

Merge request reports