graesslin added a comment. Restricted Application edited projects, added Plasma; removed KWin.
> Docks are drawn above all windows by the following code: > > for (EffectWindow* w : windows) { > if (! w->isDock()) { > continue; > } > WindowPaintData dockData(w); > int dockMask = mask > | (w->hasAlpha() ? PAINT_WINDOW_TRANSLUCENT > : PAINT_WINDOW_OPAQUE); > effects->drawWindow(w, dockMask, infiniteRegion(), dockData); > } > > > (`WindowForceBackgroundContrastRole` and `WindowForceBlurRole` are set at the beginning of the slide animation) > > Am I missing something? I have an idea: the problem might be how you create the WindowPaintData. The ctor you use creates the WindowPaintData with an identity screenProjectionMatrix. This might be wrong in this case. The blur effect seems to use it. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D9638 To: zzag, #vdg, #kwin, #plasma Cc: mart, graesslin, abetts, ngraham, plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol