diff --git a/panda/src/wgldisplay/wglGraphicsWindow.cxx b/panda/src/wgldisplay/wglGraphicsWindow.cxx index 4c0cdabcc6..04e62f01e3 100644 --- a/panda/src/wgldisplay/wglGraphicsWindow.cxx +++ b/panda/src/wgldisplay/wglGraphicsWindow.cxx @@ -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