Bartłomiej Maryńczak
Bartłomiej Maryńczak
Based on https://github.com/Smithay/wayland-rs/pull/699 Removes all delegate macros, as well as redundant type constraints on `D` Both this PR as well as wayland-rs part attempt to be non-braking changes, the transition...
So... I was not happy with #1090, it was a bit hacky and required the macro crate to depend on smithay just for module definitions. So this is take two:...
TODO: [ ] Support all modules [ ] Add old macro style as well, not only derive, and remove old definitions [ ] If we add non-derive style macro, crate...
This order of drop causes segfault: ```rs gbm: gbm::GbmDevice, surfaces: HashMap, ``` This one works fine: ```rs surfaces: HashMap, gbm: gbm::GbmDevice, ``` Backtrace of said segfault ``` #0 0x00007fd67b4b7510 in...
This is an attempt to remove all delegate macros from Smithay, as well as remove obnoxious type constraints on `D`. Here is an example diff of `ZxdgOutputManagerV1` implementation in Smithay...
As you may know, `zwp_linux_dmabuf_v1` became stable without striping of the `z` prefix. This is just a random idea to do the striping ourselves, by aliasing all `v1` types to...
Now that we have a way to view gitlab MR protocols (https://github.com/vially/wayland-explorer/pull/32) we need a way to advertise this to users. Probably the best way to advertise this feature would...
When resizing the window sometimes frames get randomly dropped. Here are 3 frames from such a resize: |1|2|3 |-|-|-| |||| From a short debugging session it turns out that [items...
blocked: needs new wayland-rs releasse
blocked: needs new wayland-rs releasse