# HG changeset patch # User reimar # Date 1127810013 0 # Node ID efec5fb96a137a77e31b91fd68416818c7745b17 # Parent 971ff1108066cc3d17c5aceef5daf7dd02591a5f Add missing GL_REGISTER_COMBINERS_NV define diff -r 971ff1108066 -r efec5fb96a13 libvo/gl_common.h --- 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