re-introduce OGLDrvStrings

This commit is contained in:
David Rose 2005-01-23 15:17:05 +00:00
parent 287f4f387c
commit 7506a18646

View File

@ -390,6 +390,10 @@ setup_colormap(const PIXELFORMATDESCRIPTOR &pixelformat) {
}
#ifdef _DEBUG
//typedef enum {Software, MCD, ICD} OGLDriverType;
static char *OGLDrvStrings[3] = {"Software","MCD","ICD"};
////////////////////////////////////////////////////////////////////
// Function: wglGraphicsWindow::print_pfd
// Access: Private, Static