mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 23:54:20 +02:00
Add a patch from upstream, altered to not change behavior
This commit is contained in:
@@ -626,6 +626,11 @@ static GLFWapplicationshouldhandlereopenfun handle_reopen_callback = NULL;
|
||||
updateCursorImage(window);
|
||||
}
|
||||
|
||||
- (BOOL)acceptsFirstMouse:(NSEvent *)event
|
||||
{
|
||||
return NO; // changed by Kovid, to follow cocoa platform conventions
|
||||
}
|
||||
|
||||
- (void)mouseDown:(NSEvent *)event
|
||||
{
|
||||
_glfwInputMouseClick(window,
|
||||
|
||||
Reference in New Issue
Block a user