More information

Hi!
Just had a thought, that it would be nice to have a flag to be
read, which system and subsystem the application runs on.
Especially the sub-system (Win32: GDI or DirectX?) would be
very interesting…

Regards,
Andreas Podgurski

SDL_VideoDriverName(buf, sizeof(buf));

m_bDirectX = streq(buf, “directx”);

–Manny

At 12:47 AM 11/7/2000 +0100, you wrote:>Hi!

Just had a thought, that it would be nice to have a flag to be
read, which system and subsystem the application runs on.
Especially the sub-system (Win32: GDI or DirectX?) would be
very interesting…

Regards,
Andreas Podgurski