| Summary: | SDL_pixels.h misses SDL_stdinc.h include | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Dmitry Marakasov <amdmi3> |
| Component: | render | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | CC: | icculus |
| Version: | 2.0.1 | ||
| Hardware: | x86_64 | ||
| OS: | FreeBSD | ||
| Attachments: | Fix | ||
This patch is now https://hg.libsdl.org/SDL/rev/4f4c65f5d797 Thanks! --ryan. |
Created attachment 1546 [details] Fix SDL_pixels.h uses SDL_FOURCC macro defined in SDL_stdinc.h but doesn't include the latter. Fix it so SDL_pixels.h can be used without need of extra includes.