extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402001
This commit is contained in:
Sam Lantinga 2006-07-29 03:57:55 +00:00
parent 89ab980b38
commit 7f0d36082f

View file

@ -412,7 +412,7 @@ X11_GL_CreateContext(_THIS, SDL_Window * window)
int n;
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);
XGetWindowAttributes(display, data->window, &xattr);
v.screen = screen;