added __glXFindDRIScreen to glXGetProcAddress (bug 1068879)

This commit is contained in:
Brian Paul 2004-11-29 17:26:19 +00:00
parent 0d5e6ccfd6
commit 55656a53d4
1 changed files with 1 additions and 0 deletions

View File

@ -2256,6 +2256,7 @@ void (*glXGetProcAddress(const GLubyte *procname))( void )
{ "__glXGetDrawableInfo", (void *) __glXGetDrawableInfo },
{ "__glXWindowExists", (void *) __glXWindowExists },
{ "__glXCreateContextModes", (void *) _gl_context_modes_create },
{ "__glXFindDRIScreen", (void *)__glXFindDRIScreen },
{ NULL, NULL }
};
const struct name_address *entry;