|
|
#endif | #endif |
| |
/* Workaround for Debian's xlibmesa-gl-dev */ | /* Workaround for Debian's xlibmesa-gl-dev */ |
#if defined __GLX_glxtokens_h__ && !defined GLX_SAMPLES |
#if !defined GLX_SAMPLES |
#define GLX_SAMPLE_BUFFERS 100000 | #define GLX_SAMPLE_BUFFERS 100000 |
#define GLX_SAMPLES 100001 | #define GLX_SAMPLES 100001 |
#endif | #endif |