On Mon, 2009-05-18 at 18:45 +0300, Aarto Matti wrote:
> ClutterActor *test_actor = clutter_text_new_full ("Sans 14", argv[1],
> &control_color2);
> +  clutter_container_add_actor(CLUTTER_CONTAINER (stage), *test_actor

You are derefencing your ClutterActor* to pass it by value. That should
not compile, at least not without compiler warnings.

-- 
[email protected]
www.murrayc.com
www.openismus.com

-- 
To unsubscribe send a mail to [email protected]

Reply via email to