Skip to content

client: print debug events that have no listener

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

Currently WAYLAND_DEBUG text ignores events that have no listener.

It can be helpful to know when you're receiving unhandled events, as you may have forgotten to add a listener, or adding a dispatch may have magically seemed to fix code that doesn't appear to be dispatching anything.

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

Merge request reports