Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 438180
Collapse All | Expand All

(-)./src/utils_glx.h~ (+7 lines)
Lines 48-53 Link Here
48
typedef void (*PFNGLXRELEASETEXIMAGEEXTPROC)(Display *, GLXDrawable, int);
48
typedef void (*PFNGLXRELEASETEXIMAGEEXTPROC)(Display *, GLXDrawable, int);
49
#endif
49
#endif
50
50
51
#if GL_GLEXT_VERSION >= 85
52
/* XXX: PFNGLMULTITEXCOORD2FPROC got out of the GL_VERSION_1_3_DEPRECATED
53
   block and is not defined if GL_VERSION_1_3 is defined in <GL/gl.h>
54
   Redefine the type here as an interim solution */
55
typedef void (*PFNGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat t);
56
#endif
57
                    
51
#ifndef GL_FRAMEBUFFER_BINDING
58
#ifndef GL_FRAMEBUFFER_BINDING
52
#define GL_FRAMEBUFFER_BINDING GL_FRAMEBUFFER_BINDING_EXT
59
#define GL_FRAMEBUFFER_BINDING GL_FRAMEBUFFER_BINDING_EXT
53
#endif
60
#endif

Return to bug 438180