Re: what are the protocol rules about uniqueness of event and request names?

2023-12-07 Thread jleivent
On Thu, 7 Dec 2023 22:06:07 + David Edmundson wrote: > The generated C code be full of conflicts. The > MY_PROTOCOL_REQUESTEVENT_SINCE_VERSION define for a start. > > I think it might compile in C, but other generators exist that might > not and it's making life much more confusing than it

Re: what are the protocol rules about uniqueness of event and request names?

2023-12-07 Thread David Edmundson
The generated C code be full of conflicts. The MY_PROTOCOL_REQUESTEVENT_SINCE_VERSION define for a start. I think it might compile in C, but other generators exist that might not and it's making life much more confusing than it needs to be. I would strongly avoid it. David

SEGFAULT encountered in wl_event_queue_release

2023-12-07 Thread Louis DeLosSantos
Hello, I'm writing a wayland application which utilizes gtk4-layer-shell and gtk4. I'm testing how the application handles removal of monitors. The application creates a panel on all monitors and will remove the panel, which is a gtk4-layer-shell window, when a monitor's invalidate signal is

what are the protocol rules about uniqueness of event and request names?

2023-12-07 Thread jleivent
Can a single interface have an event and a request with the same name?

Re: [RFC PATCH v3 04/23] drm/vkms: Add kunit tests for VKMS LUT handling

2023-12-07 Thread Pekka Paalanen
On Wed, 8 Nov 2023 11:36:23 -0500 Harry Wentland wrote: > Debugging LUT math is much easier when we can unit test > it. Add kunit functionality to VKMS and add tests for > - get_lut_index > - lerp_u16 > > v3: > - Use include way of testing static functions (Arthur) > > Signed-off-by: Harry