| 466 | } |
| 467 | |
| 468 | void WorkspaceWrapper::sendClientToScreen(Window *client, LogicalOutput *output) |
| 469 | { |
| 470 | client->sendToOutput(output); |
| 471 | } |
| 472 | |
| 473 | KWin::TileManager *WorkspaceWrapper::tilingForScreen(const QString &screenName) const |
| 474 | { |
nothing calls this directly
no test coverage detected