Commit 7f0d3608 authored by Sam Lantinga's avatar Sam Lantinga

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402001
parent 89ab980b
...@@ -412,7 +412,7 @@ X11_GL_CreateContext(_THIS, SDL_Window * window) ...@@ -412,7 +412,7 @@ X11_GL_CreateContext(_THIS, SDL_Window * window)
int n; int n;
GLXContext context = NULL; GLXContext context = NULL;
/* We do _this to create a clean separation between X and GLX errors. */ /* We do this to create a clean separation between X and GLX errors. */
XSync(display, False); XSync(display, False);
XGetWindowAttributes(display, data->window, &xattr); XGetWindowAttributes(display, data->window, &xattr);
v.screen = screen; v.screen = screen;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment