/[libvob]/libvob/vob/putil/usertestutil.py
ViewVC logotype

Diff of /libvob/vob/putil/usertestutil.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tjl, Sat Aug 9 14:39:45 2003 UTC revision 1.3 by jvk, Wed Aug 27 08:21:57 2003 UTC
# Line 34  def render(vs): Line 34  def render(vs):
34      global _currentvs      global _currentvs
35      _currentvs = vs      _currentvs = vs
36    
37    def renderOnly(vs):
38        t = w.timeRender(vs, 0, 1)
39        #print "render", 1000*t, "ms"
40        global _currentvs
41        _currentvs = vs
42    
43    dummyvs = w.createVobScene()
44    def swapBuffers():
45        w.renderStill(dummyvs, 0)
46    
47  _keyqueue = java.util.Collections.synchronizedList(  _keyqueue = java.util.Collections.synchronizedList(
48                  java.util.ArrayList())                  java.util.ArrayList())

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26