*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40668
This commit is contained in:
parent
b4f8fd7747
commit
1a96ab99b5
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ static char rcsid =
|
|||
|
||||
#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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue