removed 'hackish' checks on running compiz. Assume kwin
svn path=/trunk/KDE/kdebase/workspace/; revision=1017618
This commit is contained in:
parent
cd52e656b5
commit
fbf5d4d438
1 changed files with 1 additions and 4 deletions
|
@ -112,9 +112,6 @@ namespace Nitrogen
|
||||||
NitrogenConfiguration configuration( group );
|
NitrogenConfiguration configuration( group );
|
||||||
bool changed = !( configuration == defaultConfiguration() );
|
bool changed = !( configuration == defaultConfiguration() );
|
||||||
|
|
||||||
// check configurations
|
|
||||||
changed |= (NitrogenConfiguration::useCompiz() == NitrogenConfiguration::checkUseCompiz());
|
|
||||||
|
|
||||||
// read exceptionsreadConfig
|
// read exceptionsreadConfig
|
||||||
NitrogenExceptionList exceptions( config );
|
NitrogenExceptionList exceptions( config );
|
||||||
if( !( exceptions == exceptions_ ) )
|
if( !( exceptions == exceptions_ ) )
|
||||||
|
@ -165,7 +162,7 @@ namespace Nitrogen
|
||||||
// compositing
|
// compositing
|
||||||
case AbilityProvidesShadow: // TODO: UI option to use default shadows instead
|
case AbilityProvidesShadow: // TODO: UI option to use default shadows instead
|
||||||
case AbilityUsesAlphaChannel:
|
case AbilityUsesAlphaChannel:
|
||||||
return !NitrogenConfiguration::useCompiz();
|
return true;
|
||||||
|
|
||||||
// no colors supported at this time
|
// no colors supported at this time
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue