Forgot to commit this... actually add the edge to alt-tab's frame

svn path=/trunk/KDE/kdebase/workspace/; revision=704330
This commit is contained in:
Rivo Laks 2007-08-24 16:53:38 +00:00
parent cc2600100c
commit 22d72c572a

View file

@ -435,7 +435,7 @@ void BoxSwitchEffect::paintFrame()
{ {
glPushAttrib( GL_CURRENT_BIT ); glPushAttrib( GL_CURRENT_BIT );
glColor4f( color.redF(), color.greenF(), color.blueF(), color.alphaF()); glColor4f( color.redF(), color.greenF(), color.blueF(), color.alphaF());
renderRoundBox( frame_area ); renderRoundBoxWithEdge( frame_area );
glPopAttrib(); glPopAttrib();
} }
#endif #endif