Skip to content

Add support for other X server ABI versions.

Kyle Brenneman requested to merge github/fork/kbrenneman/x11-abi-fixes into master

Created by: kbrenneman

The current x11glvnd server module only supports ABI versions 8 through 16.

To support ABI < 8, we need to use different functions for storing per-screen data. For ABI 17, we need to replace the call to LoadExtension with LoadExtensionList.

Merge request reports