changeset 667:adbed8d7a991

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Wed, 06 Aug 2003 21:54:32 +0000
parents fbec2501cf9f
children f91ded895274
files src/video/x11/SDL_x11gl.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
 {