MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / readRootProperty

Method readRootProperty

src/effect/effecthandler.cpp:720–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720QByteArray EffectsHandler::readRootProperty(long atom, long type, int format) const
721{
722 if (!kwinApp()->x11Connection()) {
723 return QByteArray();
724 }
725 return readWindowProperty(kwinApp()->x11RootWindow(), atom, type, format);
726}
727
728void EffectsHandler::activateWindow(EffectWindow *effectWindow)
729{

Callers 2

slotPropertyNotifyMethod · 0.80
propertyNotifyMethod · 0.80

Calls 4

kwinAppFunction · 0.85
QByteArrayClass · 0.85
readWindowPropertyFunction · 0.85
x11RootWindowMethod · 0.80

Tested by

no test coverage detected