mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 09:06:29 -05:00
Removed GLX_BUFFER_SIZE attribute; it doesn't do anything with GLX_RGBA.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user