| 1015 | } |
| 1016 | |
| 1017 | Output *EffectsHandler::activeScreen() const |
| 1018 | { |
| 1019 | return workspace()->activeOutput(); |
| 1020 | } |
| 1021 | |
| 1022 | QRectF EffectsHandler::clientArea(clientAreaOption opt, const Output *screen, const VirtualDesktop *desktop) const |
| 1023 | { |
no test coverage detected