From e0827195a45689509ba8a047b78e93ee29ffa7c8 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 24 Oct 2010 16:07:02 +0200 Subject: [PATCH] Clarified gamma ramp error message. --- src/x11/x11_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11/x11_init.c b/src/x11/x11_init.c index 62f02eee..8f310e72 100644 --- a/src/x11/x11_init.c +++ b/src/x11/x11_init.c @@ -176,7 +176,7 @@ static void initGammaRamp(void) #endif /*_GLFW_HAS_XF86VIDMODE*/ if (!_glfwLibrary.originalRampSize) - fprintf(stderr, "Gamma ramp setting unsupported\n"); + fprintf(stderr, "No supported gamma ramp API found\n"); // Save the original gamma ramp _glfwPlatformGetGammaRamp(&_glfwLibrary.originalRamp);