Bug 260254 - [FlipSwitch] effect does not render an 'Include desktop' item
Summary: [FlipSwitch] effect does not render an 'Include desktop' item
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: compositing (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-16 10:14 UTC by Will Stephenson
Modified: 2010-12-16 19:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Will Stephenson 2010-12-16 10:14:33 UTC
Version:           unspecified (using Devel) 
OS:                Linux

When 'Include desktop' is enabled for the switcher and Flip Switch is used as the effect, nothing is rendered at the desktop's position in the window stack.

Reproducible: Always
Comment 1 Martin Flöser 2010-12-16 17:27:40 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.
Comment 2 Martin Flöser 2010-12-16 19:52:03 UTC
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