mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
eglx: implement cogl_get_proc_address()
http://bugzilla.openedhand.com/show_bug.cgi?id=2124
This commit is contained in:
parent
1eddbe8e1b
commit
5f94a6bf6e
@ -27,9 +27,11 @@
|
|||||||
|
|
||||||
#include "cogl.h"
|
#include "cogl.h"
|
||||||
|
|
||||||
|
#include <EGL/egl.h>
|
||||||
|
|
||||||
CoglFuncPtr
|
CoglFuncPtr
|
||||||
_cogl_winsys_get_proc_address (const char *name)
|
_cogl_winsys_get_proc_address (const char *name)
|
||||||
{
|
{
|
||||||
return NULL;
|
return (CoglFuncPtr) eglGetProcAddress (name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user