mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
ClutterActor: expose setter for the opacity override
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 Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
This commit is contained in:

committed by
Emmanuele Bassi

parent
65032da551
commit
10cce00440
@ -426,6 +426,8 @@ clutter_actor_set_clip_to_allocation
|
||||
clutter_actor_get_clip_to_allocation
|
||||
clutter_actor_set_opacity
|
||||
clutter_actor_get_opacity
|
||||
clutter_actor_set_opacity_override
|
||||
clutter_actor_get_opacity_override
|
||||
ClutterOffscreenRedirect
|
||||
clutter_actor_set_offscreen_redirect
|
||||
clutter_actor_get_offscreen_redirect
|
||||
|
Reference in New Issue
Block a user