|
|
@ -35,6 +35,10 @@ |
|
|
|
#ifndef __EPOXY_GLX_H |
|
|
|
#ifndef __EPOXY_GLX_H |
|
|
|
#define __EPOXY_GLX_H |
|
|
|
#define __EPOXY_GLX_H |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
|
|
|
extern "C" { |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#if defined(GLX_H) || defined(__glxext_h_) |
|
|
|
#if defined(GLX_H) || defined(__glxext_h_) |
|
|
|
#error epoxy/glx.h must be included before (or in place of) GL/glx.h |
|
|
|
#error epoxy/glx.h must be included before (or in place of) GL/glx.h |
|
|
|
#else |
|
|
|
#else |
|
|
@ -48,4 +52,8 @@ |
|
|
|
#include "epoxy/glx_generated.h" |
|
|
|
#include "epoxy/glx_generated.h" |
|
|
|
#include "epoxy/glx_generated_vtable_defines.h" |
|
|
|
#include "epoxy/glx_generated_vtable_defines.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
|
|
|
} /* extern "C" */ |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#endif /* __EPOXY_GLX_H */ |
|
|
|
#endif /* __EPOXY_GLX_H */ |
|
|
|