Skip to content

client: Allow setting names for queues

Derek Foreman requested to merge derekf/wayland:queue_names into main

Allow setting a name for an event queue. The queue is used only for printing additional debug information.

Debug output can now show the name of the event queue an event is dispatched from, or the event queue of a proxy when a request is made.

Signed-off-by: Derek Foreman derek.foreman@collabora.com

Merge request reports