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 42 - Querying X11 extensions writes to stderr...
Summary: Querying X11 extensions writes to stderr...
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 1.2.9
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-12 17:23 UTC by Ryan C. Gordon
Modified: 2006-01-27 11:23 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan C. Gordon 2006-01-12 17:23:53 UTC
There's a macro in a header we use to query X11 extensions that writes an error to stderr if the extension is missing...this is most notable when you go fullscreen on Xfree86/x.org when SDL has support for XME. Disable this output.

--ryan.
Comment 1 Ryan C. Gordon 2006-01-12 18:29:30 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.

Comment 2 Ryan C. Gordon 2006-01-14 03:16:30 UTC
Fixed in CVS.

--ryan.

Comment 3 Ryan C. Gordon 2006-01-27 11:23:14 UTC
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.