# HG changeset patch # User Sam Lantinga # Date 1154145475 0 # Node ID 8c6106e45fc1a4cc077c9a1c04a40edae99be43d # Parent c20e158a9299f0a7bf96dfb115cdd158fe61d903 diff -r c20e158a9299 -r 8c6106e45fc1 src/video/x11/SDL_x11opengl.c --- a/src/video/x11/SDL_x11opengl.c Sat Jul 29 03:56:35 2006 +0000 +++ b/src/video/x11/SDL_x11opengl.c Sat Jul 29 03:57:55 2006 +0000 @@ -412,7 +412,7 @@ 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;