Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
*** empty log message ***
  • Loading branch information
slouken committed Aug 6, 2003
1 parent 0918a89 commit c706617
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/video/x11/SDL_x11gl.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit c706617

Please sign in to comment.