Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation on 10.9 + ArgumentsWindow keyboard input #4

Merged
merged 3 commits into from
Jan 26, 2014
Merged

Fix compilation on 10.9 + ArgumentsWindow keyboard input #4

merged 3 commits into from
Jan 26, 2014

Conversation

mblsha
Copy link

@mblsha mblsha commented Jan 25, 2014

ArgumentsWindow was broken for some time, probably even in Mountain Lion.

In order to make ArgumentsWindow focusable on Mavericks, we need to
explicitly return YES for canBecomeKeyWindow. On older versions of Mac OS X
this worked implicitly: "The NSWindow implementation returns YES if the window
has a title bar or a resize bar, or NO otherwise."
C99 dialect sets __STRICT_ANSI__ and messes up the _GLKVector3 layout.
Kentzo added a commit that referenced this pull request Jan 26, 2014
Fix compilation on 10.9 + ArgumentsWindow keyboard input
@Kentzo Kentzo merged commit 7789fdb into Kentzo:master Jan 26, 2014
@Kentzo
Copy link
Owner

Kentzo commented Jan 26, 2014

Thank You!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants