Fixed function signature on OS X.

This commit is contained in:
Camilla Berglund 2013-03-28 00:30:08 +01:00
parent f41d85a209
commit 810d889539

View File

@ -873,7 +873,7 @@ void _glfwPlatformWaitEvents(void)
_glfwPlatformPollEvents(); _glfwPlatformPollEvents();
} }
void _glfwPlatformSetCursorPos(_GLFWwindow* window, int x, int y) void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y)
{ {
if (window->monitor) if (window->monitor)
{ {