Skip to content

Fix xcb_connect() call with a custom xcb_auth_info_t

Matthieu Herrb requested to merge mherrb/libxcb:chohag-fix into master

If the function implementing xcb_connect is called directly with a custom xcb_auth_info_t then checking that the screen in $DISPLAY is valid is skipped.

Reported by chohag AT jtan DOT com

Signed-off-by: Matthieu Herrb matthieu@herrb.eu

Merge request reports