mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 15:20:17 +01:00
added __glXFindDRIScreen to glXGetProcAddress (bug 1068879)
This commit is contained in:
parent
0d5e6ccfd6
commit
55656a53d4
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue