| 718 | } |
| 719 | |
| 720 | QByteArray 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 | |
| 728 | void EffectsHandler::activateWindow(EffectWindow *effectWindow) |
| 729 | { |
no test coverage detected