mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 01:55:09 +00:00
Merge pull request #219 from serialvelocity94/master
Removed stray argument.
This commit is contained in:
commit
af78508488
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user