Closes #1513.

(cherry picked from commit e463e85bba)
This commit is contained in:
Luflosi
2019-06-08 00:06:22 +02:00
committed by Camilla Löwy
parent 898b7f9c54
commit 633ba53f2c
+1 -1
View File
@@ -200,7 +200,7 @@ void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode)
GLFWbool _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp)
{
_glfwInputError(GLFW_PLATFORM_ERROR,
"Wayland: Gamma ramp access it not available");
"Wayland: Gamma ramp access is not available");
return GLFW_FALSE;
}