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

Ignore unknown X11 events #60

Conversation

WeirdConstructor
Copy link
Contributor

I am getting many (many) Unhandled event type: 65 prints when testing my GUI.
That event number is way beyond the defined X11 events, and I guess it makes
sense to just not print anything for these events for now.

@glowcoil
Copy link
Member

IMO we should just not print anything at all for unhandled events.

@WeirdConstructor
Copy link
Contributor Author

Yes, that would be the best option. Didn't know how long the debug prints were going to be needed.

@glowcoil
Copy link
Member

glowcoil commented Dec 4, 2020

Removing the print in #63.

@glowcoil glowcoil closed this Dec 4, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants