Re: [clutter] questions regarding captured event

2009-08-14 Thread Karl Lattimer
Anyone want to acknowledge and reply? BR, K On Thu, 2009-08-13 at 09:38 +0100, Karl Lattimer wrote: Hi all, I'm having some trouble with captured-event, from the documentation gboolean user_function (ClutterActor *actor, ClutterEvent *event, gpointer user_data) : Run Last actor :

Re: [clutter] questions regarding captured event

2009-08-14 Thread Emmanuele Bassi
On Thu, 2009-08-13 at 09:38 +0100, Karl Lattimer wrote: Hi all, I'm having some trouble with captured-event, from the documentation gboolean user_function (ClutterActor *actor, ClutterEvent *event, gpointer user_data) : Run Last actor : the actor which received the signal this should

Re: [clutter] questions regarding captured event

2009-08-14 Thread Karl Lattimer
On Fri, 2009-08-14 at 10:26 +0100, Emmanuele Bassi wrote: On Thu, 2009-08-13 at 09:38 +0100, Karl Lattimer wrote: Hi all, I'm having some trouble with captured-event, from the documentation gboolean user_function (ClutterActor *actor, ClutterEvent *event, gpointer user_data) : Run

Re: [clutter] questions regarding captured event

2009-08-14 Thread Emmanuele Bassi
On Fri, 2009-08-14 at 10:43 +0100, Karl Lattimer wrote: This leaves no way to determine what has received the event within the captured event call back. clutter_event_get_source(). Great, I missed that, thanks :) Although just to clarify, this will return where the event would have

RE: [clutter] Clutter Fixed Point API

2009-08-14 Thread Hieu Le Trung
Robert, I'm sure that my CPU does not have FPU so that it may cause performance bottle neck if using floating point math. Is there any guide on adding Fixed Point support for Clutter? Or is there any document that list out the part of Clutter which is currently using Floating Point math?

RE: [clutter] Clutter Fixed Point API

2009-08-14 Thread Emmanuele Bassi
On Fri, 2009-08-14 at 17:04 +0700, Hieu Le Trung wrote: I'm sure that my CPU does not have FPU so that it may cause performance bottle neck if using floating point math. so, you're using a GPU without an FPU? Is there any guide on adding Fixed Point support for Clutter? Or is there any

RE: [clutter] Clutter Fixed Point API

2009-08-14 Thread Robert Bragg
On Fri, 2009-08-14 at 17:04 +0700, Hieu Le Trung wrote: Robert, I'm sure that my CPU does not have FPU so that it may cause performance bottle neck if using floating point math. Is there any guide on adding Fixed Point support for Clutter? Or is there any document that list out the part of

[clutter] [ANNOUNCE] Clutter 1.0.2 (core) - stable release

2009-08-14 Thread Emmanuele Bassi
hi everyone; Clutter 1.0.2 is now available for download at: http://www.clutter-project.org/sources/clutter/1.0/ MD5 Checksums: 3eb684b468af4ac7e01ef17030178027 clutter-1.0.2.tar.gz 498ac921fbe5881a03701877b7ea3edd clutter-1.0.2.tar.bz2 Clutter is an open source software library for

Re: [clutter] Clutter Fixed Point API

2009-08-14 Thread Andy Tai
On Fri, Aug 14, 2009 at 3:04 AM, Hieu Le Trunghie...@cybersoft-vn.com wrote: Robert, I'm sure that my CPU does not have FPU so that it may cause performance bottle neck if using floating point math. What CPU is that? A 80386? (If we limit our world view to the Intel x86 world, anyway) -- To