gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob/test/tools gfx.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob/test/tools gfx.py
Date: Sun, 16 Mar 2003 10:13:23 -0500

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Tuomas J. Lukka <address@hidden>        03/03/16 10:13:22

Modified files:
        test/tools     : gfx.py 

Log message:
        Make awt tests work. Humppake: what was that???

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/tools/gfx.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: libvob/test/tools/gfx.py
diff -u libvob/test/tools/gfx.py:1.5 libvob/test/tools/gfx.py:1.6
--- libvob/test/tools/gfx.py:1.5        Thu Mar 13 12:41:39 2003
+++ libvob/test/tools/gfx.py    Sun Mar 16 10:13:22 2003
@@ -32,7 +32,7 @@
 _realwin = vob.GraphicsAPI.getInstance().createWindow()
 _realwin.setLocation(0, 0, 600, 600)
 
-if not vob.GraphicsAPI.getInstance().getTypeString() == "gl":
+if vob.GraphicsAPI.getInstance().getTypeString() == "gl":
     GL = vob.gl.GL
     GLRen = vob.gl.GLRen
     GLCache = vob.gl.GLCache




reply via email to

[Prev in Thread] Current Thread [Next in Thread]