gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gzz/gfx/gl GL.java


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/gzz/gfx/gl GL.java
Date: Thu, 05 Dec 2002 20:28:49 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/12/05 20:28:49

Modified files:
        gzz/gfx/gl     : GL.java 

Log message:
        Make compile with fishy's javac

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/gfx/gl/GL.java.diff?tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: gzz/gzz/gfx/gl/GL.java
diff -u gzz/gzz/gfx/gl/GL.java:1.28 gzz/gzz/gfx/gl/GL.java:1.29
--- gzz/gzz/gfx/gl/GL.java:1.28 Thu Dec  5 05:57:34 2002
+++ gzz/gzz/gfx/gl/GL.java      Thu Dec  5 20:28:49 2002
@@ -692,10 +692,10 @@
     static public class ByteVector extends NonRenderableJavaObject {
        private ByteVector(int id) {
            super(id);
-           if(dbg) pa("Create bytevector\n");
+           if(GL.dbg) pa("Create bytevector\n");
        }
        protected void deleteObj() { 
-           if(dbg) pa("Delete bytevector\n");
+           if(GL.dbg) pa("Delete bytevector\n");
            deleteByteVector(getId()); 
        }
 




reply via email to

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