Use ClutterTimeoutPool in ClutterTimeline
authorEmmanuele Bassi <ebassi@openedhand.com>
Sat, 9 Jun 2007 13:20:00 +0000 (13:20 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Sat, 9 Jun 2007 13:20:00 +0000 (13:20 +0000)
commitbf378bc7cdf7a1a78712fd4d7c397707b43c2b17
treefd7281eb2da77248fc850575186de74c3b4effde
parent7f4b6b9c0efa5251dcddef1ee69610810713e0de
Use ClutterTimeoutPool in ClutterTimeline

Use a per-class timeout pool into ClutterTimeline so that every timeline
instance will use a pooled timeout function to execute the tick. This
should make multiple timelines not starve the main loop.
clutter/clutter-timeline.c