Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed GLX_BUFFER_SIZE attribute; it doesn't do anything with GLX_RGBA.
  • Loading branch information
icculus committed Feb 7, 2012
1 parent 04fc0f7 commit dea51d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/video/x11/SDL_x11opengl.c
Expand Up @@ -327,11 +327,6 @@ X11_GL_GetAttributes(_THIS, Display * display, int screen, int * attribs, int si
attribs[i++] = _this->gl_config.alpha_size;
}

if (_this->gl_config.buffer_size) {
attribs[i++] = GLX_BUFFER_SIZE;
attribs[i++] = _this->gl_config.buffer_size;
}

if (_this->gl_config.double_buffer) {
attribs[i++] = GLX_DOUBLEBUFFER;
}
Expand Down

0 comments on commit dea51d2

Please sign in to comment.