Home
last modified time | relevance | path

Searched refs:SupportingWMCheck (Results 1 – 10 of 10) sorted by relevance

/dports/x11-wm/lxqt-session/lxqt-session-1.0.0/lxqt-session/src/
H A Dlxqtmodman.cpp183 …if (!QString::fromUtf8(NETRootInfo(QX11Info::connection(), NET::SupportingWMCheck).wmName()).isEmp… in startWm()
407 …if (!QString::fromUtf8(NETRootInfo(QX11Info::connection(), NET::SupportingWMCheck).wmName()).isEmp… in nativeEventFilter()
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Dnetrootinfotestwm.cpp258 waitForPropertyChange(&rootInfo, wmCheck, NET::SupportingWMCheck); in testSupported()
318 waitForPropertyChange(&rootInfo, wmCheck, NET::SupportingWMCheck); in testSupported()
329 NETRootInfo clientInfo(connection(), NET::Supported | NET::SupportingWMCheck); in testSupported()
331 waitForPropertyChange(&clientInfo, wmCheck, NET::SupportingWMCheck); in testSupported()
368 NETRootInfo clientInfo(connection(), NET::Supported | NET::SupportingWMCheck | NET::ClientList); in testClientList()
H A Dkwindowsystemx11test.cpp357 NETRootInfo rootInfo(QX11Info::connection(), NET::Supported | NET::SupportingWMCheck); in testMinimizeWindow()
H A Dkwindowinfox11test.cpp497 NETRootInfo rootInfo(QX11Info::connection(), NET::Supported | NET::SupportingWMCheck); in testActivities()
639 NETRootInfo rootInfo(QX11Info::connection(), NET::Supported | NET::SupportingWMCheck); in testName()
H A Dkwindoweffectstest.cpp389 NETRootInfo rootInfo(QX11Info::connection(), NET::Supported | NET::SupportingWMCheck); in testEffectAvailable()
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/
H A Dnetwm_def.h721 SupportingWMCheck = 1u << 10, enumerator
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dnetinfo.cpp44 NET::SupportingWMCheck | in create()
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/xcb/
H A Dnetwm.cpp476 p->properties |= (Supported | SupportingWMCheck); in NETRootInfo()
569 p->properties = Supported | SupportingWMCheck; in setDefaultProperties()
1145 p->properties |= SupportingWMCheck; in updateSupportedProperties()
1819 dirty |= SupportingWMCheck; in event()
1897 if (dirty & SupportingWMCheck) { in update()
2116 if (dirty & SupportingWMCheck) { in update()
2189 if ((dirty & SupportingWMCheck) && p->supportwindow) { in update()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/shell/
H A Dpanelview.cpp1096 NETRootInfo rootInfo(QX11Info::connection(), NET::Supported | NET::SupportingWMCheck); in canSetStrut()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py12242 SupportingWMCheck = 0 variable in NET