actor: Ignore the NOP paint at 0 opacity for top-levels
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 24 Jun 2010 16:19:36 +0000 (17:19 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 24 Jun 2010 16:26:01 +0000 (17:26 +0100)
commit42df1a150b8ecb49f02a5780b9f9c983221c97ea
tree5cd96f2c8c53b83d59b5ef433944defffec232d4
parent1b153971208185bbbc152c315e0ab6ca063af603
actor: Ignore the NOP paint at 0 opacity for top-levels

A top-level actor could still have 0 opacity (e.g. a Stage with the
:use-alpha property set to TRUE), but we want its children to still
be painted.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2050
clutter/clutter-actor.c