Fix compilation
svn path=/trunk/KDE/kdebase/workspace/; revision=781465
This commit is contained in:
parent
a92a84c241
commit
23ff1daaaa
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ void ShowPictureEffect::paintScreen( int mask, QRegion region, ScreenPaintData&
|
||||||
picture->bind();
|
picture->bind();
|
||||||
glEnable( GL_BLEND );
|
glEnable( GL_BLEND );
|
||||||
glBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA );
|
glBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA );
|
||||||
picture->render( mask, region, pictureRect );
|
picture->render( region, pictureRect );
|
||||||
picture->unbind();
|
picture->unbind();
|
||||||
glPopAttrib();
|
glPopAttrib();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue