mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 13:10:31 +01:00
sync with glut/glx
This commit is contained in:
parent
ddfd2067ae
commit
fa9ab2d052
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue