Skip to content

kms: Handle changes to SourceValidate call chain in xserver 19

Adam Jackson requested to merge handle-source-validate-changes into master

xserver 19 expects the SourceValidate hook to always be filled in with something valid. For earlier servers it's harmless to simply fill this in with a do-nothing function instead of NULL.

Merge request reports