SDL
SDL copied to clipboard
Replace SDL_GetNumXDrivers/SDL_GetXDriver interfaces?
This one is questionable, since it's just returning const static data, but: everything else now returns an array of items instead of making you call SDL_GetWhatever() for SDL_GetNumWhatevers() iterations; should we also do this for things like SDL_GetAudioDriver(), SDL_GetVideoDriver(), etc?