wlroots-hyprland/xwayland
Dominique Martinet f8428d1063 xcb errors: optional dependency with improved messages
Now message can look like:
[xwayland/xwm.c:991] xcb error: op ChangeProperty (no minor), code Window (no extension), value 6291465

instead of this one when the lib is not available:
[xwayland/xwm.c:999] xcb error: op 18:0, code 3, sequence 103, value 6291465

The value in case of Window is the window id, so we can tell what
function applied on which window which is a good start.
The sequence ought to be able to tell us more precisely which
invocation it was, but we never log it when calling functions
so is useless in practice and no longer logged.
2018-03-03 11:46:04 +01:00
..
meson.build xcb errors: optional dependency with improved messages 2018-03-03 11:46:04 +01:00
selection.c Revert "ELF Visibility" 2018-02-19 18:01:27 -05:00
sockets.c Reformat all #include directives 2018-02-12 21:29:23 +01:00
sockets.h xwayland: move & split internal header file 2017-08-23 22:03:49 +02:00
xwayland.c add xwayland unmanaged tests to support dmenu 2018-02-26 12:02:49 +01:00
xwm.c xcb errors: optional dependency with improved messages 2018-03-03 11:46:04 +01:00