| Summary: | NO_SDL_GLEXT should prevent OS glext.h as well | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Jørgen Tjernø <jorgen> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Simple fix | ||
|
Description
Jørgen Tjernø
2014-06-03 01:58:14 UTC
Created attachment 1668 [details]
Simple fix
I believe this is a simple oversight, and here's a patch that should fix it.
This is in, thanks! https://hg.libsdl.org/SDL/rev/55b16e3a3fc4 This may cause behavior changes for some applications, but the workaround is to simply include glext.h in your application. |