/[callgl]/callgl/src/callgl.cxx
ViewVC logotype

Diff of /callgl/src/callgl.cxx

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

revision 1.12 by tjl, Wed Oct 15 10:37:36 2003 UTC revision 1.13 by tjl, Wed Oct 22 08:51:15 2003 UTC
# Line 301  namespace CallGL { Line 301  namespace CallGL {
301                          getToken(v[6]),                          getToken(v[6]),
302                          getToken(v[7]),                          getToken(v[7]),
303                          getToken(v[8]));                          getToken(v[8]));
304            } else if (checkfunc(v, "CopyTexSubImage2D", 8)) {
305                glCopyTexSubImage2D(
306                            getToken(v[1]),
307                            getToken(v[2]),
308                            getToken(v[3]),
309                            getToken(v[4]),
310                            getToken(v[5]),
311                            getToken(v[6]),
312                            getToken(v[7]),
313                            getToken(v[8]));
314          } else if (checkfunc(v, "ColorTable", 5, true) ||          } else if (checkfunc(v, "ColorTable", 5, true) ||
315                      checkfunc(v, "ColorTableEXT", 5, true)                      checkfunc(v, "ColorTableEXT", 5, true)
316                   ) {                   ) {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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