[clutter] blank stage with clutter_x11_handle_event()

2009-11-10 Thread Brian J. Tarricone
Hi all, I'm sure there's something I'm doing wrong here, but I've been beating my head against the clutter source and API docs for so long, I can't figure out what it is. I'm working on an app that has its own X event handling code, and I want to be able to use clutter in the app, so I won't be

Re: [clutter] Run clutter application on two display screens

2010-04-08 Thread Brian J. Tarricone
On 04/08/2010 12:43 AM, Ashish Kumar wrote: Hi All, I want to develop and run an application in which output is displayed on two LCD screens/monitors. Lets say opening of two images on two different LCD sreens/monitors. Is clutter ok for such an application? That depends. What OS and

Re: [clutter] switched colour channels

2010-04-22 Thread Brian J. Tarricone
On 04/21/2010 07:35 AM, Phil wrote: Hello, I have compiled Clutter 1.2.5 with the eglnative/gles backend. The colour channels of textures seem to be switched when the format is not RGBA. I have noticed the following: * if the texture is loaded from a file (e.g. PNG) it works fine