Skip to content

qt: consider csd shadows when requesting blur behind effect

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/shadowwindowmargin into master

KWindowSystem's documentation states the following:

Note that you will usually want to set the region to the shape of the window, excluding any shadow or halo.

I interpret this as, the requested blur region should not encapsulate the area where the window shadows are drawn by the client (application) because client shadows are part of the window.

@chub Currently on Plasma/KWin/KWindowSystem 6.2, the blur seems to be applied also to the client shadow area. It is not clear to me why this did not happen before.

Merge request reports