mirror of
https://github.com/yawut/SDL.git
synced 2026-08-02 08:28:28 -05:00
*** empty log message ***
This commit is contained in:
parent
3735bda06c
commit
29cfd86f16
|
|
@ -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…
Reference in New Issue
Block a user