| 815 | } |
| 816 | |
| 817 | void EffectsHandler::windowToScreen(EffectWindow *w, LogicalOutput *screen) |
| 818 | { |
| 819 | auto window = w->window(); |
| 820 | if (window->isClient() && !window->isDesktop() && !window->isDock()) { |
| 821 | window->sendToOutput(screen); |
| 822 | } |
| 823 | } |
| 824 | |
| 825 | void EffectsHandler::setShowingDesktop(bool showing) |
| 826 | { |
nothing calls this directly
no test coverage detected