Skip to content
Snippets Groups Projects
Commit 440e7e36 authored by Emmanuel Gil Peyrot's avatar Emmanuel Gil Peyrot
Browse files

Fix typography of error messages

parent 407a3e28
Branches
No related tags found
No related merge requests found
...@@ -686,7 +686,7 @@ int _glfwPlatformInit(void) ...@@ -686,7 +686,7 @@ int _glfwPlatformInit(void)
if (!_glfw.wl.cursor.handle) if (!_glfw.wl.cursor.handle)
{ {
_glfwInputError(GLFW_PLATFORM_ERROR, _glfwInputError(GLFW_PLATFORM_ERROR,
"Wayland: Failed to open libwayland-cursor."); "Wayland: Failed to open libwayland-cursor");
return GLFW_FALSE; return GLFW_FALSE;
} }
...@@ -703,7 +703,7 @@ int _glfwPlatformInit(void) ...@@ -703,7 +703,7 @@ int _glfwPlatformInit(void)
if (!_glfw.wl.egl.handle) if (!_glfw.wl.egl.handle)
{ {
_glfwInputError(GLFW_PLATFORM_ERROR, _glfwInputError(GLFW_PLATFORM_ERROR,
"Wayland: Failed to open libwayland-egl."); "Wayland: Failed to open libwayland-egl");
return GLFW_FALSE; return GLFW_FALSE;
} }
...@@ -718,7 +718,7 @@ int _glfwPlatformInit(void) ...@@ -718,7 +718,7 @@ int _glfwPlatformInit(void)
if (!_glfw.wl.xkb.handle) if (!_glfw.wl.xkb.handle)
{ {
_glfwInputError(GLFW_PLATFORM_ERROR, _glfwInputError(GLFW_PLATFORM_ERROR,
"Wayland: Failed to open libxkbcommon."); "Wayland: Failed to open libxkbcommon");
return GLFW_FALSE; return GLFW_FALSE;
} }
...@@ -798,7 +798,7 @@ int _glfwPlatformInit(void) ...@@ -798,7 +798,7 @@ int _glfwPlatformInit(void)
if (!_glfw.wl.cursorTheme) if (!_glfw.wl.cursorTheme)
{ {
_glfwInputError(GLFW_PLATFORM_ERROR, _glfwInputError(GLFW_PLATFORM_ERROR,
"Wayland: Unable to load default cursor theme\n"); "Wayland: Unable to load default cursor theme");
return GLFW_FALSE; return GLFW_FALSE;
} }
_glfw.wl.cursorSurface = _glfw.wl.cursorSurface =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment