Getting current desktop resolution

How do people feel about adding the desktop
resolution to the video info
as opposed to having a separate explicit function to
get it? A separate
function might be more intuitive for the developer.

As a random developer using SDL, I find more intuitive
not to have a separate function, and like the 0 value
for width and height in setting video mode to mean
"current desktop" (it is coherent with 0 for bpp).

Claudio___________________________________
Nuovo Yahoo! Messenger: E’ molto pi? divertente: Audibles, Avatar, Webcam, Giochi, Rubrica
Scaricalo ora!
http://it.messenger.yahoo.it

Hello !

As a random developer using SDL, I find more intuitive
not to have a separate function, and like the 0 value
for width and height in setting video mode to mean
"current desktop" (it is coherent with 0 for bpp).

Yup, me too. But there needs to be one way to get
the actual resolution + actual color depth.

CU