Skip to content

debug_console: Improve rendering of non-x11 clients

Aleix Pol Gonzalez requested to merge work/debug_console_types into master

We'd always get "0x0: something" where the 0x0 is the xcb_window which obviously doesn't translate.

Instead show the class name so we can easily track what kind of object we are dealing with. It's an easy way to show which shell it's using on Wayland, will be useful in other cases as well.

Merge request reports