Skip to content

Move EffectWindowImpl ownership to WindowItem

Vlad Zahorodnii requested to merge work/zzag/window-item-effect-window into master

EffectWindowImpl affects rather the WindowItem, so move its ownership to it. This encapsulates compositing setup so it's effectively same as creating a window item, except some annoyances on X11.

Merge request reports