mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
clutter-clone: Make clutter_clone_get_paint_volume static
clutter_clone_get_paint_volume was being exported from the shared library because the function wasn't declared static. This function shouldn't be exposed because it should be accessed through clutter_actor_get_paint_volume.
This commit is contained in:
parent
1d14e7468b
commit
fd89dee1b0
@ -199,7 +199,7 @@ clutter_clone_paint (ClutterActor *self)
|
||||
_clutter_actor_set_in_clone_paint (priv->clone_source, FALSE);
|
||||
}
|
||||
|
||||
gboolean
|
||||
static gboolean
|
||||
clutter_clone_get_paint_volume (ClutterActor *self,
|
||||
ClutterPaintVolume *volume)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user