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

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 29, 2006
1 parent f890a9f commit 545e4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11opengl.c
Expand Up @@ -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;
Expand Down

0 comments on commit 545e4ff

Please sign in to comment.