MCPcopy Create free account
hub / github.com/KDE/kwin / windowToScreen

Method windowToScreen

src/effect/effecthandler.cpp:817–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817void 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
825void EffectsHandler::setShowingDesktop(bool showing)
826{

Callers

nothing calls this directly

Calls 5

isDesktopMethod · 0.80
isDockMethod · 0.80
windowMethod · 0.45
isClientMethod · 0.45
sendToOutputMethod · 0.45

Tested by

no test coverage detected