Skip to content

effects/windowview: Fix "active class" mode

Vlad Zahorodnii requested to merge work/zzag/window-view-active-class into master

Each screen has its own WindowHeap. So setting WindowHeap.activeClass won't be visible on other screens.

In order to address that limitation, we could monitor Workspace.activeClient property.

BUG: 455974

Merge request reports