Call g_main_context_wakeup() when we start running timelines
authorOwen W. Taylor <otaylor@fishsoup.net>
Sat, 6 Jun 2009 22:12:26 +0000 (18:12 -0400)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 9 Jun 2009 14:03:55 +0000 (15:03 +0100)
commit77cd4e2bc8ec4ad99ab2349fcb10dc5f0b57dca8
treeb9cdc415e4209ef80b04a8f7abb5e160de51c606
parent4b63f9524e64f2c0a2f7baa4034f2a9657de7ddb
Call g_main_context_wakeup() when we start running timelines

If a timeline is added from a different thread, we need to
call g_main_context_wakeup() to wake the main thread up to
start updating the timeline.

http://bugzilla.openedhand.com/show_bug.cgi?id=1637

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
clutter/clutter-master-clock.c