Add support for other X server ABI versions.
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.