Fix compilation

svn path=/trunk/KDE/kdebase/workspace/; revision=781465
icc-effect-5.14.5
Rivo Laks 2008-03-02 22:18:54 +00:00
parent a92a84c241
commit 23ff1daaaa
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ void ShowPictureEffect::paintScreen( int mask, QRegion region, ScreenPaintData&
picture->bind();
glEnable( GL_BLEND );
glBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA );
picture->render( mask, region, pictureRect );
picture->render( region, pictureRect );
picture->unbind();
glPopAttrib();
}