gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gfx/libcallgl callgl.cxx


From: Asko Soukka
Subject: [Gzz-commits] gzz/gfx/libcallgl callgl.cxx
Date: Mon, 11 Nov 2002 05:25:34 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    02/11/11 05:25:32

Modified files:
        gfx/libcallgl  : callgl.cxx 

Log message:
        fixing callgl.cxx

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libcallgl/callgl.cxx.diff?tr1=1.36&tr2=1.37&r1=text&r2=text

Patches:
Index: gzz/gfx/libcallgl/callgl.cxx
diff -u gzz/gfx/libcallgl/callgl.cxx:1.36 gzz/gfx/libcallgl/callgl.cxx:1.37
--- gzz/gfx/libcallgl/callgl.cxx:1.36   Sun Nov 10 04:40:22 2002
+++ gzz/gfx/libcallgl/callgl.cxx        Mon Nov 11 05:25:32 2002
@@ -231,7 +231,7 @@
                       w, h, atoi(v[6].c_str()), getToken(v[7]),
                       GL_UNSIGNED_SHORT, &pixels[0]);
        } else if (checkfunc(v, "ColorTable", 5, true) ||
-                   checkfunc(v, "ColorTableEXT", 5, true) ||
+                   checkfunc(v, "ColorTableEXT", 5, true)
                 ) {
          vector<GLfloat> pixels = getfv(v, 5);
          glColorTableEXT(




reply via email to

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