Skip to content

xwayland: avoid calling xwm_get_atom_name() when debug logs are off

Simon Ser requested to merge emersion/wlroots:debug-atom-name-roundtrip into master

xwm_get_atom_name() performs a roundtrip to the X11 server. Avoid calling this blocking function if debug logs are turned off.

Merge request reports