author | Sam Lantinga <slouken@libsdl.org> |
Wed, 06 Aug 2003 21:54:32 +0000 | |
changeset 667 | adbed8d7a991 |
parent 666 | fbec2501cf9f |
child 668 | f91ded895274 |
--- a/src/video/x11/SDL_x11gl.c Wed Aug 06 20:20:30 2003 +0000 +++ b/src/video/x11/SDL_x11gl.c Wed Aug 06 21:54:32 2003 +0000 @@ -36,6 +36,12 @@ #define DEFAULT_OPENGL "libGL.so.1" +#ifndef GLX_ARB_multisample +#define GLX_ARB_multisample +#define GLX_SAMPLE_BUFFERS_ARB 100000 +#define GLX_SAMPLES_ARB 100001 +#endif + /* return the preferred visual to use for openGL graphics */ XVisualInfo *X11_GL_GetVisual(_THIS) {