Skip to content

Better handle windows on all desktops in slide effect

Eric Edlund requested to merge work/eric/fix-slide into master

Change the render cycle for slide effect. Now, windows will be drawn on each desktop or not in the paintWindow() loop instead of the paintScreen() loop. This allows us to respect stacking order better by painting all of the same window together instead of per VD.

BUG: 457486
BUG: 458622

Edited by Vlad Zahorodnii

Merge request reports