From 341d1ff920f07d0a07749395aa1cbbd07f8c1466 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 13 Jan 2017 11:37:12 -0800 Subject: [PATCH] Fixed comment --- src/video/x11/SDL_x11opengl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/x11/SDL_x11opengl.h b/src/video/x11/SDL_x11opengl.h index 5d781c3e151e9..7e5654d942b66 100644 --- a/src/video/x11/SDL_x11opengl.h +++ b/src/video/x11/SDL_x11opengl.h @@ -37,7 +37,7 @@ struct SDL_GLDriverData SDL_bool HAS_GLX_ARB_context_flush_control; /* Max version of OpenGL ES context that can be created if the - implementation supports WGL_EXT_create_context_es2_profile. + implementation supports GLX_EXT_create_context_es2_profile. major = minor = 0 when unsupported. */ struct {