author | Sam Lantinga <slouken@libsdl.org> |
Sat, 29 Jul 2006 03:57:55 +0000 | |
changeset 1955 | 8c6106e45fc1 |
parent 1954 | c20e158a9299 |
child 1956 | ba0d62354872 |
--- 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;