The opengl 1.1.0-10 package has incorrect values for GL_DOT3_RGB_EXT and GL_DOT3_RGBA_EXT:
#define GL_DOT3_RGB_EXT 0x86AE #define GL_DOT3_RGBA_EXT 0x86AF According to http://www.opengl.org/registry/specs/EXT/texture_env_dot3.txt, they should be: GL_DOT3_RGB_EXT 0x8740 GL_DOT3_RGBA_EXT 0x8741 I thought I'd report this here, since it doesn't seem like the canonical source (according to /usr/share/doc/Cygwin/opengl-1.1.0-10.README, http://www.xmission.com/~nate/glut.html) of the package hasn't been updated since 2001; so I guess Andre would be the person to handle this? -- Bryan Thrall FlightSafety International bryan.thr...@flightsafety.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/