Enumerating video modes - PgGetVideoMode

Hi there,

I’m doing some work with the new openGL libs and am trying to obtain all the
video modes that the graphcis device can do and keep track of the current
mode for use when the user wants to display in a window. The docs suggest
that this should be done via PgGetVideoMode which the docs say should be
called after setting the device via PdSetTargetDevice after obtaining the
available devices with PdGetDevices. The problem is that PdGetDevices and
PdSetTargetDevice are not declared anywhere that I can find and
PgGetVideoMode returns junk.

Anybody got any ideas, this is stalling me badly.

Cheers for any thoughts

Martin