Hi ,

I am trying to port clutter on Android. I was able to port clutter-0.8.8 and
render rectangle on Android emulator successfully, but when i moved to
clutter-1.1.4 version there are a lot of changes that are brought-in.

In clutter 0.8.8 I used to provide android surface and in android GL loop
and making calls to only clutter_redraw() for rendering using clutter.
But if I follow the same procedure and make call to clutter_do_redraw()
with clutter-1.1.4 version,
I am able to see the clutter stage but not its children. I checked in the
code and found that every time when stage is requested to show and paint,
its children are in not mapped state.

Please help me in this regard so that i can successfully port clutter on
Android.


Thanks in advance.

Regards,
Kuladeep.

Reply via email to