Default to no compositing support.

svn path=/trunk/KDE/kdebase/workspace/; revision=659601
icc-effect-5.14.5
Luboš Luňák 2007-04-30 13:23:22 +00:00
parent 4fb1428df8
commit 2700b9d5a2
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ unsigned long Options::updateSettings()
//translucency settings - TODO
config.changeGroup("Translucency");
useTranslucency = config.readEntry("UseTranslucency", true);
useTranslucency = config.readEntry("UseTranslucency", false);
translucentActiveWindows = config.readEntry("TranslucentActiveWindows", false);
activeWindowOpacity = uint((config.readEntry("ActiveWindowOpacity", 100)/100.0)*0xFFFFFFFF);
translucentInactiveWindows = config.readEntry("TranslucentInactiveWindows", false);