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 1762

Summary: make native_midi_osx to work back to 10.2
Product: SDL_mixer Reporter: Ozkan Sezer <sezeroz>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED WONTFIX QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: PowerPC   
OS: Mac OS X 10.3 (PPC)   
Attachments: native_midi_macosx.c 10.2.x patch

Description Ozkan Sezer 2013-03-19 04:59:51 UTC
Created attachment 1073 [details]
native_midi_macosx.c 10.2.x patch

Noticed the web link in GetSequenceLength() and upon checking it saw
that you are using kSequenceTrackProperty_TrackLength which is specific
to 10.3 and newer.  The attached patch makes native_midi_macosx.c to
work back to 10.2.  Nothing oh-so-very-importtant, but might be nice
to have.
Comment 1 Sam Lantinga 2013-03-20 01:12:36 UTC
Thanks for the patch, but SDL only supports 10.4 and newer at this point.