Commit 1a96ab99 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40668
parent b4f8fd77
...@@ -36,6 +36,12 @@ static char rcsid = ...@@ -36,6 +36,12 @@ static char rcsid =
#define DEFAULT_OPENGL "libGL.so.1" #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 */ /* return the preferred visual to use for openGL graphics */
XVisualInfo *X11_GL_GetVisual(_THIS) XVisualInfo *X11_GL_GetVisual(_THIS)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment