Summary: | [FlipSwitch] effect does not render an 'Include desktop' item | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Will Stephenson <wstephenson> |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Will Stephenson
2010-12-16 10:14:33 UTC
No surprise, that it does not show the desktop window: if( w->isDesktop() ) { // desktop is painted in normal way effects->paintWindow( w, mask, region, data ); return; } Should be easy to fix. SVN commit 1207055 by graesslin: Show desktop in flip stack when desktop should be shown. BUG: 260254 M +10 -1 flipswitch.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1207055 |