This commit is contained in:
Sam Lantinga
2006-07-29 03:57:55 +00:00
parent a889de3fea
commit 4c17a4b19c

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;