annotate inkscape/firefox/content/sample.prj @ 455:58b6337fb3b2

Fix bugs of pending keys of animated menu. - When more than one pending key, the animation would be stoped. - Now, we have a cyclic queue to keep at most 15 pending keys to make sure pending keys being dispatched without stop current animation program.
author Thinker K.F. Li <thinker@branda.to>
date Thu, 06 Aug 2009 13:15:57 +0800
parents 04609111485d
children
rev   line source
363
04609111485d Add sample project file
wycc
parents:
diff changeset
1 <project>
04609111485d Add sample project file
wycc
parents:
diff changeset
2 <scene src="/tmp/scene.mbsvg"/>
04609111485d Add sample project file
wycc
parents:
diff changeset
3 <scene src="/tmp/second.mbsvg"/>
04609111485d Add sample project file
wycc
parents:
diff changeset
4 <source src="/tmp/main.c"/>
04609111485d Add sample project file
wycc
parents:
diff changeset
5 <source src="/tmp/second.c"/>
04609111485d Add sample project file
wycc
parents:
diff changeset
6 </project>