Override the opacity when painting a clone instead of combining
authorNeil Roberts <neil@linux.intel.com>
Wed, 18 Feb 2009 16:41:01 +0000 (16:41 +0000)
committerNeil Roberts <neil@linux.intel.com>
Wed, 18 Feb 2009 17:01:12 +0000 (17:01 +0000)
commit99248fa90f0b1418129e02bba8bd9bd5bdf18aea
tree14c5be106bd4477a830df5652f266e1f32a4a332
parentc0672b66834a8457976c451b42e99982a9357563
Override the opacity when painting a clone instead of combining

When rendering a clone before this commit the clone's opacity was
combined with the opacity of the source but this is not usually the
desired effect. Instead the clone's opacity (combined with its
parents) should completely override the opacity of the source.
clutter/clutter-actor.c