| Summary: | [Mac] Blank video in SheepShaver with SDL 1.2 HEAD | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Alexei Svitkine <alexei.svitkine> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 1.2 | ||
| Hardware: | x86 | ||
| OS: | Mac OS X 10.6 | ||
| Attachments: |
Patch
Alternate approach |
||
|
Description
Alexei Svitkine
2012-01-02 18:17:05 UTC
Created attachment 757 [details]
Patch
Note: Without this change, SheepShaver doesn't work at all with SDL 1.2 hg HEAD - i.e. nothing is displayed. Created attachment 758 [details]
Alternate approach
Can you try this patch instead, and see if it works?
Thanks,
--ryan.
(In reply to comment #2) > Note: Without this change, SheepShaver doesn't work at all with SDL 1.2 hg HEAD > - i.e. nothing is displayed. Also: this has happened to work before, but the SDL API doesn't allow rendering from background threads...this is simple enough to fix on Mac OS X that it's silly to leave it broken, but just be warned: other platforms will definitely fail and/or crash if you try to do this. --ryan. (In reply to comment #5) > Patch from comment 3 works fine. Cool, that is now hg changeset 8a1bc41db6bb, thanks! --ryan. |