RustAudio / baseview

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

break up Window::open() into separate functions #76

Closed glowcoil closed 3 years ago

glowcoil commented 3 years ago

Separate Window::open() into open_parented, open_as_if_parented, and open_blocking. open_as_if_parented returns a RawWindowHandle.