| 1508 | } |
| 1509 | |
| 1510 | LogicalOutput *EffectsHandler::screenAt(const QPoint &point) const |
| 1511 | { |
| 1512 | return Workspace::self()->outputAt(point); |
| 1513 | } |
| 1514 | |
| 1515 | LogicalOutput *EffectsHandler::findScreen(const QString &name) const |
| 1516 | { |
no test coverage detected