Merge branch 'oxygen/background' into oxygen/background-pixmap

This commit is contained in:
Hugo Pereira Da Costa 2011-03-03 11:02:48 +01:00
commit a965830f3c

View file

@ -132,6 +132,14 @@ namespace Oxygen
// read shadowCache configuration
changed |= shadowCache().readConfig( config );
if( changed )
{ helper().setBackgroundPixmapOffset( QPoint( shadowCache().shadowSize(), 0 ) ); }
// background pixmap
{
KConfigGroup group( config.group("Common") );
helper().setBackgroundPixmap( group.readEntry( "BackgroundPixmap", "" ) );
}
return changed;