stage: Add :use-alpha property
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 1 Dec 2009 16:16:18 +0000 (16:16 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 1 Dec 2009 16:25:54 +0000 (16:25 +0000)
commit2f7ff4d3e363a0568e4051ab67c0df6f745d06d2
tree00f1b119394737668c6a769f4c1c6a057670498b
parent1d87ecc6a1be73e7d72c8c5ecb2b8268d5a0cd5e
stage: Add :use-alpha property

The ClutterStage:use-alpha property is used to let a stage know that it
should honour the alpha component of the ClutterStage:color property.

If :use-alpha is set to FALSE the stage always uses the full opacity
when clearing itself before a paint(); otherwise, the alpha value is
used.
clutter/clutter-stage.c