actor: Add internal "create textute node" function

To avoid excessive copy and paste. We could even consider making it
public before release.
This commit is contained in:
Emmanuele Bassi
2015-08-24 09:59:16 +01:00
parent 6cc12adf4d
commit cf7e37b53b
2 changed files with 66 additions and 0 deletions

View File

@ -319,6 +319,9 @@ void _clutter_actor_queue_only_relayout
CoglFramebuffer * _clutter_actor_get_active_framebuffer (ClutterActor *actor);
ClutterPaintNode * clutter_actor_create_texture_paint_node (ClutterActor *self,
CoglTexture *texture);
G_END_DECLS
#endif /* __CLUTTER_ACTOR_PRIVATE_H__ */