This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Small patch to opengl header


The current Cygwin GL header (/usr/include/GL/gl.h) declares the
functions for the "colour subtable" GL extension, but doesn't declare
the GL_EXT_color_subtable flag. This causes SDL to fail to compile (it
assumes the subtable extension isn't there and tries to declare its own
version).

The patch is trivial:

1093a1094
> #define GL_EXT_color_subtable             1
2053a2055
> #define GL_EXT_color_subtable             1

-- 
Ross Smith ...................... Pharos Systems, Auckland, New Zealand

This has been a test of the emergency broadcasting system. If this had
been a real emergency, we would have all fled in terror, and you would
not have been notified.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]