From bddc95c0176676ea646c2dfcd381465536e1676c Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 22 Jul 2012 01:38:15 +0200 Subject: [PATCH] Removed references to GLX in EGL port. --- src/x11_egl_opengl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/x11_egl_opengl.c b/src/x11_egl_opengl.c index da92fb41..84f50bd4 100644 --- a/src/x11_egl_opengl.c +++ b/src/x11_egl_opengl.c @@ -248,7 +248,7 @@ static int createContext(_GLFWwindow* window, if (window->EGL.visual == NULL) { _glfwSetError(GLFW_PLATFORM_ERROR, - "X11/GLX: Failed to retrieve visual for EGLConfig"); + "X11/EGL: Failed to retrieve visual for EGLConfig"); return GL_FALSE; } @@ -551,7 +551,6 @@ int _glfwPlatformExtensionSupported(const char* extension) { const char* extensions; - // Get list of GLX extensions extensions = eglQueryString(_glfwLibrary.EGL.display, EGL_EXTENSIONS); if (extensions != NULL) {