commit | a2d2aed64aebcce9cb3aa777628bc14a08f595aa | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Fri Oct 20 17:26:57 2000 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Fri Oct 20 17:26:57 2000 +0000 |
tree | 1bbcb2970d25812333009a7c01d8c345d3a98c54 | |
parent | 9c7ca850fdc35afa75512db70d14a14ebf162d8c [diff] [blame] |
use 1.1 glPolygonOffset instead of glPolygonOffsetEXT
diff --git a/progs/xdemos/offset.c b/progs/xdemos/offset.c index 158e52a..3e92e68 100644 --- a/progs/xdemos/offset.c +++ b/progs/xdemos/offset.c
@@ -53,7 +53,7 @@ #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