*sigh* thou shall compile before commit!
Fix my last commit SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/; revision=1159615
This commit is contained in:
parent
1c8b53618f
commit
ff9184aaa0
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ void BlurEffect::drawWindow(EffectWindow *w, int mask, QRegion region, WindowPai
|
||||||
bool valid = target->valid() && shader->isValid();
|
bool valid = target->valid() && shader->isValid();
|
||||||
|
|
||||||
QRegion shape;
|
QRegion shape;
|
||||||
const QVariant forceBlur = w->data( WindowForceBlurBehindRole );
|
const QVariant forceBlur = w->data( WindowForceBlurRole );
|
||||||
if ((!effects->activeFullScreenEffect() || (forceBlur.isValid() && forceBlur.toBool() ))
|
if ((!effects->activeFullScreenEffect() || (forceBlur.isValid() && forceBlur.toBool() ))
|
||||||
&& hasAlpha && !w->isDesktop() && !transformed)
|
&& hasAlpha && !w->isDesktop() && !transformed)
|
||||||
shape = blurRegion(w).translated(w->geometry().topLeft()) & screen;
|
shape = blurRegion(w).translated(w->geometry().topLeft()) & screen;
|
||||||
|
|
Loading…
Reference in a new issue