RustAudio / baseview

low-level window system interface for audio plugin UIs
Apache License 2.0
266 stars 57 forks source link

Ignore unknown X11 events #60

Closed WeirdConstructor closed 3 years ago

WeirdConstructor commented 3 years ago

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 commented 3 years ago

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

WeirdConstructor commented 3 years ago

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

glowcoil commented 3 years ago

Removing the print in #63.