i509VCB
i509VCB
I guess my desire here is the have the commonly used types (for example Display, Context, Surface, Config) all reexported in the root module of `glutin`. For the api dependent...
One alternative that could be considered is using winit instead of glfw. Winit has out of the box Wayland support and will work with OpenGL.
Looks like the proper fix is going to be pending future rust releases, per ``` error[E0119]: conflicting implementations of trait `std::borrow::ToOwned` for type `events::Event` --> src/events.rs:218:1 | 218 | impl...
Ah no worries
So in the case of calloop, I need to have an owned event since an event source in calloop has an Event assoicated type. If the assoicated type has a...
Doesn't wl-shm have a stricter requirement than mentioned in #wayland?
Any onlookers, see https://github.com/Smithay/wayland-rs/pull/381 for the possible changes that would lead to removal of the type maps.
I think just WlEglSurface is fine. > I think it would also be worthwhile to implement `EglNativeDisplay` for `wayland_client::Display`, but I decided to not do that for now since `smithay`...
What does the ICCCM say about this?
> Random thought on how this could be approached when one has a suitable device: Run `xprop`, `xinput --test` and `xinput --test-xi2` in three terminals and check what they say...