| Summary: | [PATCH] Fix compilation of directfb component | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Clayton Craft <clayton> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.5 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | separate declarations from statements patch for directfb | ||
This is fixed for SDL 2.0.6. |
Created attachment 2956 [details] separate declarations from statements patch for directfb The attached patch fixes compilation of the directfb feature in sdl2, which currently fails due to a C90 violation relating to mixing declarations and statements.