X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2FOpenGL.xs;h=331967e605b80713abeea4b212d6f9326f2dc193;hb=5a2c431f56b1f85fbac7cf5591733d067fed5672;hp=bb84322d07456a12e53ffd8b7f6a0c9e8998258f;hpb=4db254ced364403ceacdc65192d8f7ccfe63278b;p=sdlgit%2FSDL_perl.git diff --git a/src/OpenGL.xs b/src/OpenGL.xs index bb84322..331967e 100644 --- a/src/OpenGL.xs +++ b/src/OpenGL.xs @@ -2707,7 +2707,7 @@ gluTessVertex ( tessobj, coords, vd ) CODE: gluTessVertex(tessobj,(GLdouble*)coords,vd); - +#endif GLUquadric * gluNewQuadric () @@ -2747,6 +2747,7 @@ gluCylinder ( quad, base, top, height, slices, stacks ) GLint stacks CODE: gluCylinder ( quad, base, top, height, slices, stacks ); + void gluDisk ( quad, inner, outer, slices, loops ) GLUquadric *quad @@ -2779,5 +2780,6 @@ gluSphere ( quad, radius, slices, stacks ) CODE: gluSphere ( quad, radius, slices, stacks ); + #endif