| Summary: | Querying X11 extensions writes to stderr... | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ryan C. Gordon <icculus> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 1.2.9 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
Ryan C. Gordon
2006-01-12 17:23:53 UTC
Specifically: This calls XMissingExtension() inside xlib...there's a way to hook into XMissingExtension() to override the default behaviour (need to look it up). Alternately, we can just hack extutil.h in our source tree, but let's avoid that more than we already do. --ryan. Fixed in CVS. --ryan. Setting Sam as "QA Contact" on all bugs (even resolved ones) so he'll definitely be in the loop to any further discussion here about SDL. --ryan. |