Hi! I wanted to create a function which would give me a list of available display modes. Width, height and RGBA bit values mostly. Maybe later some other related information. But as I went over the SDL API for video modes, I started to think that this kind of thing isn't done very easily. So how have *you* done it? O.