use 1.1 glPolygonOffset instead of glPolygonOffsetEXT
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 20 Oct 2000 17:26:57 +0000 (17:26 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 20 Oct 2000 17:26:57 +0000 (17:26 +0000)
progs/xdemos/offset.c

index 158e52a97ce33158eaef0e0028c2823fb5835cec..3e92e68daa7a5a6556df274851b771ec4b759c9f 100644 (file)
@@ -53,7 +53,7 @@ PERFORMANCE OF THIS SOFTWARE.
 #include <stdio.h>
 #include <string.h>
 
-/*#undef GL_EXT_polygon_offset   uncomment to use new version*/
+#undef GL_EXT_polygon_offset  /* use GL 1.1 version instead of extension */
 
 
 #ifndef EXIT_FAILURE