Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <79218202D4B9D4118A290002A508E13B79C39C@PNZEXCHANGE> From: Ross Smith To: "'cygwin AT cygwin DOT com'" Subject: Small patch to opengl header Date: Fri, 27 Sep 2002 12:37:33 +1200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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/