mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Comment and string spell check pass.
This commit is contained in:
+1
-1
@@ -479,7 +479,7 @@ GLFWAPI void glfwSetWindowPos(GLFWwindow* handle, int xpos, int ypos)
|
||||
if (window->monitor)
|
||||
{
|
||||
_glfwInputError(GLFW_INVALID_VALUE,
|
||||
"Fullscreen windows cannot be positioned");
|
||||
"Full screen windows cannot be positioned");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user