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 2384

Summary: SDL_pixels.h misses SDL_stdinc.h include
Product: SDL Reporter: Dmitry Marakasov <amdmi3>
Component: renderAssignee: 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

Description Dmitry Marakasov 2014-02-04 18:15:23 UTC
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.
Comment 1 Ryan C. Gordon 2014-02-05 05:35:41 UTC
This patch is now https://hg.libsdl.org/SDL/rev/4f4c65f5d797

Thanks!

--ryan.