Re: [clutter] Querying pointer position

2009-09-02 Thread Emmanuele Bassi
On Wed, 2009-09-02 at 10:35 +0400, Samium Gromoff wrote: Is it possible to query pointer position outside event context, similar to what gdk_display_get_pointer() does? no, Clutter does not expose any API for doing that because Clutter is not in the business of abstracting platforms. you

Re: [clutter] Querying pointer position

2009-09-02 Thread Øyvind Kolås
On Wed, Sep 2, 2009 at 10:10 AM, Emmanuele Bassieba...@linux.intel.com wrote: On Wed, 2009-09-02 at 10:35 +0400, Samium Gromoff wrote: Is it possible to query pointer position outside event context, similar to what gdk_display_get_pointer() does? no, Clutter does not expose any API for doing

RE: [clutter] Clutter on ARM without X

2009-09-02 Thread Ian Walberg
Actually we are using clutter-0.8.8 first as I believed there were issues with the clutter-1.0. I did not get much time yesterday to look into what the eglGetConfigs function was doing and why it could fail, anyone know? Thanks Ian From: JiangWei Zhou

Re: [clutter] Clutter on ARM without X

2009-09-02 Thread JiangWei Zhou
i can see. but when we do that, we also work on clutter-0.8. the window system is directfb, but you know, without x, you can use eglnative backend, but at that time, only one stage exists, (that stage is full screen) so if you want to support mulitple stage, and arbitrary size stage, you need to

RE: [clutter] Clutter on ARM without X

2009-09-02 Thread Ian Walberg
A single stage for what we are doing at the moment is ok. We are using the beagleboard, I am still not clear what I am missing to get this running. The gles1test binary runs ok on our board. Thanks Ian From: JiangWei Zhou [mailto:jiangwei.c...@gmail.com] Sent: Wednesday,

RE: [clutter] Clutter on ARM without X

2009-09-02 Thread Hieu Le Trung
I've tried Clutter on Beagleboard, it works well except the screen size is reduced to half. Any ideas? Clutter is configured with flavor = eglnative Regards, -Hieu From: JiangWei Zhou [mailto:jiangwei.c...@gmail.com] Sent: Wednesday, September 02, 2009 10:36 PM To: Ian Walberg Cc: Amit