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: Janne V. Kujala
Subject: [Gzz-commits] gzz/gfx/libcallgl callgl.cxx
Date: Sun, 20 Oct 2002 11:20:31 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Janne V. Kujala <address@hidden>        02/10/20 11:20:30

Modified files:
        gfx/libcallgl  : callgl.cxx 

Log message:
        Add MatrixMode

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

Patches:
Index: gzz/gfx/libcallgl/callgl.cxx
diff -c gzz/gfx/libcallgl/callgl.cxx:1.25 gzz/gfx/libcallgl/callgl.cxx:1.26
*** gzz/gfx/libcallgl/callgl.cxx:1.25   Fri Oct 18 06:53:35 2002
--- gzz/gfx/libcallgl/callgl.cxx        Sun Oct 20 11:20:29 2002
***************
*** 143,148 ****
--- 143,150 ----
          glReadBuffer(getToken(v[1]));
        } else if (checkfunc(v, "DrawBuffer", 1)) {
          glDrawBuffer(getToken(v[1]));
+       } else if (checkfunc(v, "MatrixMode", 1)) {
+         glMatrixMode(getToken(v[1]));
        } else if (checkfunc(v, "PushMatrix", 0)) {
          glPushMatrix();
        } else if (checkfunc(v, "PopMatrix", 0)) {




reply via email to

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