| Summary: | SDL_DisplayFormatAlpha() crashes | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sjors Gielen <dazjorz> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 1.2.13 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Attachments: |
Testcase
Sample file with which this bug occurs |
||
|
Description
Sjors Gielen
2009-06-15 15:36:17 UTC
Created attachment 330 [details]
Testcase
Created attachment 331 [details]
Sample file with which this bug occurs
Oops, this is caused by not calling SDL_SetVideoMode(). Added a note on this to the docwiki so it doesn't bite others... http://www.libsdl.org/cgi/docwiki.cgi/SDL_DisplayFormatAlpha |