Merge pull request #219 from serialvelocity94/master

Removed stray argument.
This commit is contained in:
Camilla Berglund 2014-01-19 05:48:18 -08:00
commit af78508488

View File

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