diff libvo/gl_common.h @ 16608:efec5fb96a13

Add missing GL_REGISTER_COMBINERS_NV define
author reimar
date Tue, 27 Sep 2005 08:33:33 +0000
parents b3a9fb41f475
children 6b0dc40bf961
line wrap: on
line diff
--- a/libvo/gl_common.h	Tue Sep 27 08:32:37 2005 +0000
+++ b/libvo/gl_common.h	Tue Sep 27 08:33:33 2005 +0000
@@ -25,6 +25,9 @@
  * (e.g. _NV), _ARB is not used to ease readability.
  * \{
  */
+#ifndef GL_REGISTER_COMBINERS_NV
+#define GL_REGISTER_COMBINERS_NV 0x8522
+#endif
 #ifndef GL_MAX_GENERAL_COMBINERS_NV
 #define GL_MAX_GENERAL_COMBINERS_NV 0x854D
 #endif