| Summary: | SDL_DirectFB_render.c, DirectFB_GetTexturePalette, wrong member in structure referenced | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Måns Gotare <pipetonull> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | blocker | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Change .unused to .a | ||
This has been fixed in the latest snapshot: http://hg.libsdl.org/SDL/rev/2f679aa69aea Thanks! |
Created attachment 1349 [details] Change .unused to .a SDL_DirectFB_render.c in function DirectFB_GetTexturePalette, line 677, is refering to colors[i].unused instead of colors[i].a. Fix attached.