Comment 1 for bug 603507

Revision history for this message
Neil J. Patel (njpatel) wrote : Re: [intel] clutter views not updated correctly with the new clutter

This only seems to effect applications that use clutter-gtk, those that call clutter directly (i.e. clutter_stage_get_default) don't have any issues.

The stage does draw once, but after that the program hangs (gdb just shows it's waiting on poll()). I'm not sure if it could be something to with the xembed'ing of the clutterstage.

I will try and compile a small gtk-gl program (which also xembeds the gl window) to see if its something to do with that.