sync with glut/glx

This commit is contained in:
Daniel Borca 2004-12-06 08:09:22 +00:00
parent ddfd2067ae
commit fa9ab2d052

View file

@ -64,9 +64,9 @@ int APIENTRY glutExtensionSupported (const char *extension)
}
void * APIENTRY
GLUTproc APIENTRY
glutGetProcAddress (const char *procName)
{
/* TODO - handle glut namespace */
return DMesaGetProcAddress(procName);
return (GLUTproc)DMesaGetProcAddress(procName);
}