r8668 - /trunk/libopengl-perl/gl_const.h

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Mon Oct 29 19:44:07 UTC 2007


Author: ntyni-guest
Date: Mon Oct 29 19:44:07 2007
New Revision: 8668

URL: http://svn.debian.org/wsvn/?sc=1&rev=8668
Log:
undo patch from #322646

Modified:
    trunk/libopengl-perl/gl_const.h

Modified: trunk/libopengl-perl/gl_const.h
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/gl_const.h?rev=8668&op=diff
==============================================================================
--- trunk/libopengl-perl/gl_const.h (original)
+++ trunk/libopengl-perl/gl_const.h Mon Oct 29 19:44:07 2007
@@ -1015,30 +1015,14 @@
 
 #if defined(GL_EXT_paletted_texture)
 	i(GL_TABLE_TOO_LARGE_EXT)
-# if defined(GL_COLOR_TABLE_FORMAT_EXT_)
 	i(GL_COLOR_TABLE_FORMAT_EXT)
-# endif
-# if defined(GL_COLOR_TABLE_WIDTH_EXT)
   	i(GL_COLOR_TABLE_WIDTH_EXT)
-# endif
-# if defined(GL_COLOR_TABLE_RED_SIZE_EXT)
   	i(GL_COLOR_TABLE_RED_SIZE_EXT)
-# endif
-# if defined(GL_COLOR_TABLE_GREEN_SIZE_EXT)
   	i(GL_COLOR_TABLE_GREEN_SIZE_EXT)
-# endif
-# if defined(GL_COLOR_TABLE_BLUE_SIZE_EXT)
   	i(GL_COLOR_TABLE_BLUE_SIZE_EXT)
-# endif
-# if defined(GL_COLOR_TABLE_ALPHA_SIZE_EXT)
   	i(GL_COLOR_TABLE_ALPHA_SIZE_EXT)
-# endif
-# if defined(GL_COLOR_TABLE_LUMINANCE_SIZE_EXT)
   	i(GL_COLOR_TABLE_LUMINANCE_SIZE_EXT)
-# endif
-# if defined(GL_COLOR_TABLE_INTENSITY_SIZE_EXT)
   	i(GL_COLOR_TABLE_INTENSITY_SIZE_EXT)
-# endif
 	i(GL_TEXTURE_INDEX_SIZE_EXT)
 	i(GL_COLOR_INDEX1_EXT)
 	i(GL_COLOR_INDEX2_EXT)
@@ -3213,11 +3197,9 @@
  * allow code that uses either.
  */
 #if defined(GL_ALL_CLIENT_ATTRIB_BITS) && !defined(GL_CLIENT_ALL_ATTRIB_BITS)
-# define GL_CLIENT_ALL_ATTRIB_BITS GL_ALL_CLIENT_ATTRIB_BITS
-#else
-# if defined(GL_CLIENT_ALL_ATTRIB_BITS) && !defined(GL_ALL_CLIENT_ATTRIB_BITS)
-#  define GL_ALL_CLIENT_ATTRIB_BITS GL_CLIENT_ALL_ATTRIB_BITS
-# endif
+#define GL_CLIENT_ALL_ATTRIB_BITS GL_ALL_CLIENT_ATTRIB_BITS
+#else 
+#define GL_ALL_CLIENT_ATTRIB_BITS GL_CLIENT_ALL_ATTRIB_BITS
 #endif
 	i(GL_ALL_CLIENT_ATTRIB_BITS)
 	i(GL_CLIENT_ALL_ATTRIB_BITS)




More information about the Pkg-perl-cvs-commits mailing list