Kitsu

Results 42 issues of Kitsu

Somehow I managed to trigger this impl and got obscure panic. Not sure it's a good thing to expose. So far unable to figure out MRE and what's the type...

For given `buffer, canvas = SlotPool::create_buffer(..)`, `canvas` might be bigger than the one returned from `buffer.canvas()`. This happens because of buffer alignment at the allocation: https://github.com/Smithay/client-toolkit/blob/4cf0deff833012bc93e3b58d0f1c1c33bc0ee8bf/src/shm/slot.rs#L257 for the `Buffer::canvas` it...