From 4c17a4b19cf9dca8b4045cbf40a00124663020a3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 29 Jul 2006 03:57:55 +0000 Subject: [PATCH] --- src/video/x11/SDL_x11opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/x11/SDL_x11opengl.c b/src/video/x11/SDL_x11opengl.c index 37fa0a0ea..530b5c1d3 100644 --- a/src/video/x11/SDL_x11opengl.c +++ b/src/video/x11/SDL_x11opengl.c @@ -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;