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 - make native_midi_osx to work back to 10.2
Summary: make native_midi_osx to work back to 10.2
Status: RESOLVED WONTFIX
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: PowerPC Mac OS X 10.3 (PPC)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-19 04:59 UTC by Ozkan Sezer
Modified: 2013-03-20 01:12 UTC (History)
0 users

See Also:


Attachments
native_midi_macosx.c 10.2.x patch (2.24 KB, patch)
2013-03-19 04:59 UTC, Ozkan Sezer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.