https://bugs.kde.org/show_bug.cgi?id=398100

--- Comment #4 from Vlad Zagorodniy <vladz...@gmail.com> ---
If we are about to do the following check

> if (!unmanaged && !popup) do stuff 

or more concrete

    if (!w->isManaged() && w->isPopupWindow()) {
        return false;
    }

then we don't need to check whether window is managed, I guess, checking
whether window is a popup should be enough because I landed recently
https://phabricator.kde.org/D15353 (combobox popups will be seen as popups).

Then we also don't have to introduce isX11Client/isWaylandClient to
libkwineffects, which is really good.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to