diff -r fbec2501cf9f -r adbed8d7a991 src/video/x11/SDL_x11gl.c --- 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) {