Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Querying X11 extensions writes to stderr... #34

Closed
SDLBugzilla opened this issue Feb 10, 2021 · 0 comments
Closed

Querying X11 extensions writes to stderr... #34

SDLBugzilla opened this issue Feb 10, 2021 · 0 comments

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

Reported in version: 1.2.9
Reported for operating system, platform: Linux, x86

Comments on the original bug report:

On 2006-01-12 17:23:53 +0000, Ryan C. Gordon wrote:

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.

On 2006-01-12 18:29:30 +0000, Ryan C. Gordon wrote:

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.

On 2006-01-14 03:16:30 +0000, Ryan C. Gordon wrote:

Fixed in CVS.

--ryan.

On 2006-01-27 11:23:14 +0000, Ryan C. Gordon wrote:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant