| Summary: | Debian bug report: SDL_SetVideoMode segfault if GLX extension are missing | ||
|---|---|---|---|
| Product: | SDL | Reporter: | manuel.montezelo |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | 2.0.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
manuel.montezelo
2013-10-19 18:47:18 UTC
(In reply to manuel.montezelo from comment #0) > The code in > http://hg.libsdl.org/SDL/file/6073ad385c9b/src/video/x11/SDL_x11opengl.c of > the little fragment in the patch still matches, but I think that the check > immediately before of the lines shown already checks for this situation. Correct, this patch isn't needed, as we already do that check in SDL 2.0. (Thanks for following up about this!) --ryan. |