[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/artwork/Oxygen/style/code
From:       Thomas Lübking <thomas.luebking () web ! de>
Date:       2007-06-03 21:44:04
Message-ID: 1180907044.031560.18181.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 671142 by luebking:

rule out the tiling bg for a while


 M  +2 -1      oxygen.cpp  


--- trunk/playground/artwork/Oxygen/style/code/oxygen.cpp #671141:671142
@@ -368,6 +368,7 @@
    
    config.bgMode = (BGMode) settings.value("BackgroundMode", FullPix).toInt();
    config.acceleration = (Acceleration) settings.value("Acceleration", XRender).toInt();
+   if (config.acceleration == None) config.bgMode = Plain;
    config.structure = settings.value("Structure", 0).toInt();
    
    config.scale = settings.value("Scale", 1.0).toDouble();
@@ -690,7 +691,7 @@
       if (config.acceleration > None)
          _bgBrush = new DynamicBrush((DynamicBrush::Mode)config.acceleration, this);
       else
-         _bgBrush = new DynamicBrush(bgPix, shadowPix, bgYoffset_, this);
+         _bgBrush = new DynamicBrush(bgPix, bgYoffset_, this);
       }
    }
    app->installEventFilter(this);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic