Fixed function signature on OS X.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent f41d85a209
commit 810d889539
  1. 2
      src/cocoa_window.m

@ -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)
{ {

Loading…
Cancel
Save