RustAudio / baseview

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

X11: split off Visual Info negotiation into a separate module #177

Closed prokopyl closed 3 months ago

prokopyl commented 3 months ago

This PR refactors and splits off the X11 visual info negotiation code into its own module and type. This should not change the actual logic at all however.

This is part of the effort to split up #174 into smaller pieces.