Compositing enabled by default again where possible.

svn path=/trunk/KDE/kdebase/workspace/; revision=859934
icc-effect-5.14.5
Luboš Luňák 2008-09-11 15:14:45 +00:00
parent af3b302b05
commit cfb0a0584d
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ CompositingPrefs::~CompositingPrefs()
bool CompositingPrefs::enableCompositing() const
{
return false; // disabled by default, for the time being, until support becomes better
return mEnableCompositing;
}