On Tue, 2010-08-10 at 16:39 +0800, golfish wrote:
> clutter 1.2.6
> 
> I modified test-behave.c in clutter source code directory.
> 1. set fps of timeline to 400

how can you do this, since FPS have been removed since Clutter 1.0?

> 2. add sleep(1) in button_press_cb()

you're blocking the main loop. do *not* ever call sleep() in a main
loop-based toolkit.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi, Open Source Software Engineer
Intel Open Source Technology Center

_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to