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

--- Comment #19 from Michail Vourlakos <mvourla...@gmail.com> ---
You can the following:

KWindowInfo info(wid, NET::WMState);
if (info.valid()) {
    qDebug() << "Modal : " << info.hasState(NET::Modal); 
    qDebug() << "Demands attention : " << info.hasState(NET::DemandsAttention);
    ..... 
}

all available states can be found at:
https://api.kde.org/frameworks/kwindowsystem/html/classNET.html#a08dce7f5ea8a2a6d1d38aea3498f00ee


can you identify which state(s) create these messages?

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

Reply via email to