Hi, everyone. I'm developing a webkit clutter extension and encountered the following problem. I need to add plugins support for win32 and mac os x, but plugins require a native window handle to draw into. That means clutter won't be able to apply its various transformation for them. So I need a clutter actor that behaves like a normal win32 window (like processing messages + clutter should update the actor's texture when window contents change). I thought of creating an invisible window and forwarding events from clutter to this window. What should be the approach to implementing this? Any tips are welcome. Another question is windowless plugins to which the main clutter window handle is passed. I want to be able to draw plugin content with transparent areas over the page content. But then I will need to draw the whole window to some secondary window and then in this secondary window draw the plugin content. I think it's very inefficient but I don't see other solution.
Thank you, Viatcheslav Gachkaylo _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
