On Sat, 2008-07-05 at 20:36 +0200, Andre Schmidt wrote: > am i doing something very stupid in that code ? > or is it maybe a bug ? > (or does the code work under your system?)
Without having run it you may need to wrap the clutter_actor_move_by command in clutter_thread_enter() and clutter_thread_leave() calls as its being called from a thread that isn't the main thread. And add clutter_threads_init() at the start of main. If a clutter function is called from a thread other than the main one then they need to be wrapped with _enter and _leave. iain -- To unsubscribe send a mail to [EMAIL PROTECTED]
