We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2507 - Won't build using Mac OS Mavericks SDK due to deprecated function
Summary: Won't build using Mac OS Mavericks SDK due to deprecated function
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 1.2.15
Hardware: x86_64 Other
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-22 23:53 UTC by jan.m.danielsson
Modified: 2014-04-26 19:41 UTC (History)
0 users

See Also:


Attachments
Patch to make CGDirectPaletteRef conditional on Mac OS X version (807 bytes, patch)
2014-04-22 23:53 UTC, jan.m.danielsson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jan.m.danielsson 2014-04-22 23:53:11 UTC
Created attachment 1631 [details]
Patch to make CGDirectPaletteRef conditional on Mac OS X version

CGDirectPaletteRef was previously deprecated, and is now no longer available. The attached patch fixes this, while attempting to not affect older SDK's.
Comment 1 Sam Lantinga 2014-04-26 19:41:06 UTC
Fixed in Mercurial, thanks!