Removed extra argument

This commit is contained in:
David Avedissian 2014-01-18 23:43:17 +00:00
parent 83195f0745
commit c789238741
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ static NSRect convertRectToBacking(_GLFWwindow* window, NSRect contentRect)
- (void)windowDidBecomeKey:(NSNotification *)notification - (void)windowDidBecomeKey:(NSNotification *)notification
{ {
_glfwInputWindowFocus(window, GL_TRUE); _glfwInputWindowFocus(window, GL_TRUE);
_glfwPlatformApplyCursorMode(window, window->cursorMode); _glfwPlatformApplyCursorMode(window);
} }
- (void)windowDidResignKey:(NSNotification *)notification - (void)windowDidResignKey:(NSNotification *)notification