From 6107170ebb8c2ad2ad7bdda6f7f56a7d60836cd1 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 16 Jan 2013 19:48:43 +0100 Subject: [PATCH] Updated EGL config error message. --- src/egl_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egl_context.c b/src/egl_context.c index 34c1f2f8..9e6fa438 100644 --- a/src/egl_context.c +++ b/src/egl_context.c @@ -150,7 +150,7 @@ int _glfwCreateContext(_GLFWwindow* window, if (!count) { _glfwInputError(GLFW_PLATFORM_ERROR, - "EGL: Failed to retrieve the selected EGLConfig"); + "EGL: Failed to find a suitable EGLConfig"); return GL_FALSE; } }