Skip to content

effects/DesktopGrid: use delta, not absolute time for MotionManager

Jan Blackquill requested to merge work/janb/delta into master

Despite the argument naming, the input for WindowMotionManager::calculate is supposed to be a delta, not an absolute time. Giving it a delta fixes the PresentWindows in the DesktopGrid.

BUG: 443971

Merge request reports