[beryl-commits] compiz mirror: Changes to 'master' (37d0dd7842277bed19dea4e860cf2c13ac208059)
compiz at server.beryl-project.org
compiz at server.beryl-project.org
Thu Jun 21 18:45:07 CEST 2007
New commits:
commit 37d0dd7842277bed19dea4e860cf2c13ac208059
Author: Danny Baumann <dannybaumann at web.de>
Date: Thu Jun 21 18:44:16 2007 +0200
Disable cube transparency by default.
commit cbe1e5088d6feeade5002cbee7d9d207250169b4
Author: Danny Baumann <dannybaumann at web.de>
Date: Thu Jun 21 18:42:53 2007 +0200
Fix 'Transparency on mouse initiated rotation only' option.
metadata/cube.xml.in | 2 +-
plugins/cube.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: compiz/metadata/cube.xml.in
===================================================================
--- compiz/metadata/cube.xml.in
+++ compiz/metadata/cube.xml.in
@@ -137,7 +137,7 @@
<option name="active_opacity" type="float">
<_short>Opacity During Rotation</_short>
<_long>Opacity of desktop window during rotation.</_long>
- <default>30.0</default>
+ <default>100.0</default>
<min>0.0</min>
<max>100.0</max>
<precision>1.0</precision>
Modified: compiz/plugins/cube.c
===================================================================
--- compiz/plugins/cube.c
+++ compiz/plugins/cube.c
@@ -841,7 +841,7 @@ cubePreparePaintScreen (CompScreen *s,
/* Transparency handling */
if (cs->rotationState == RotationManual ||
(cs->rotationState == RotationChange &&
- cs->opt[CUBE_SCREEN_OPTION_TRANSPARENT_MANUAL_ONLY].value.b))
+ !cs->opt[CUBE_SCREEN_OPTION_TRANSPARENT_MANUAL_ONLY].value.b))
{
opt = CUBE_SCREEN_OPTION_ACTIVE_OPACITY;
}
More information about the commits
mailing list