/[libvob]/libvob/test/tools/gfx.py
ViewVC logotype

Diff of /libvob/test/tools/gfx.py

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

revision 1.5 by humppake, Thu Mar 13 17:41:39 2003 UTC revision 1.6 by tjl, Sun Mar 16 15:13:22 2003 UTC
# Line 32  _didRender = 0 Line 32  _didRender = 0
32  _realwin = vob.GraphicsAPI.getInstance().createWindow()  _realwin = vob.GraphicsAPI.getInstance().createWindow()
33  _realwin.setLocation(0, 0, 600, 600)  _realwin.setLocation(0, 0, 600, 600)
34    
35  if not vob.GraphicsAPI.getInstance().getTypeString() == "gl":  if vob.GraphicsAPI.getInstance().getTypeString() == "gl":
36      GL = vob.gl.GL      GL = vob.gl.GL
37      GLRen = vob.gl.GLRen      GLRen = vob.gl.GLRen
38      GLCache = vob.gl.GLCache      GLCache = vob.gl.GLCache

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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