ClutterActor: expose setter for the opacity override

Desktop / GNOME / Clutter - Giovanni Campagna [src.gnome.org] - 20 February 2015 18:26 UTC

Toolkits may need to paint actors internally outside the normal tree (for example to create a shadow shape), in which case they need to control the opacity directly.

https://bugzilla.gnome.org/show_bug.cgi?id=677412

10cce00 ClutterActor: expose setter for the opacity override
clutter/clutter-actor-private.h | 3 ---
clutter/clutter-actor.c | 38 +++++++++++++++++++++++++---
clutter/clutter-actor.h | 5 ++++
clutter/clutter-clone.c | 5 ++--
clutter/clutter-offscreen-effect.c | 6 ++---
doc/reference/clutter/clutter-sections.txt | 2 ++
6 files changed, 47 insertions(+), 12 deletions(-)

Upstream: git.gnome.org


  • Share