Merge pull request #219 from serialvelocity94/master

Removed stray argument.
master
Camilla Berglund ago%!(EXTRA string=12 years)
commit af78508488
  1. 2
      src/cocoa_window.m

@ -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…
Cancel
Save