I'm having some trouble with clutter-gtk. The plugin does not work in a
firefox window. It just shows the first frame but does not show any frames
after the first frame.  However it appears that clutter is still running
after the first frame. Its just not displaying any updates on the screen.

To resolve this issue I'm thinking of putting clutter_main into a separate
thread. However I'd really appreciate an alternative.  I've used gtkglext
before in a firefox window. To get that working I had to put an
gdk_invalidate_rectange  function in an idle function. However with clutter
there is so much backend stuff that that technique didn't work for me.

I was wondering how I could do something similar with clutter. Any
suggestions would be greatly appreciated.

Reply via email to