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

[osx] - only show the fake fullscreen option on snow leopard #4894

Merged
merged 3 commits into from
Jun 12, 2014

Conversation

Memphiz
Copy link
Member

@Memphiz Memphiz commented Jun 11, 2014

On later OSX versions this setting leads to black screen (deep core sdl issue we don't wanna fix ...). There are some users already who have locked theirselfs out because of this.

Please consider it for Gotham.

@Montellese - i think i got it - but i just wanna ping someone about it :D

@Memphiz
Copy link
Member Author

Memphiz commented Jun 11, 2014

jenkins build this please

@Montellese
Copy link
Member

Settings stuff looks ok.

if (isSnowLeopard == -1)
{
double appKitVersion = floor(NSAppKitVersionNumber);
isSnowLeopard = (appKitVersion <= NSAppKitVersionNumber10_6 && appKitVersion > NSAppKitVersionNumber10_5) ? 1 : 0;

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@MartijnKaijser MartijnKaijser added this to the Pending for inclusion milestone Jun 12, 2014
jmarshallnz added a commit that referenced this pull request Jun 12, 2014
[osx] - only show the fake fullscreen option on snow leopard
@jmarshallnz jmarshallnz merged commit 6574648 into xbmc:master Jun 12, 2014
@jmarshallnz
Copy link
Contributor

@Memphiz: mind backporting to Gotham? SettingConditions.cpp doesn't existing in Gotham branch.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Fix non-breaking change which fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants