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 <EGL/egl.h>
|
||||
|
||||
CoglFuncPtr
|
||||
_cogl_winsys_get_proc_address (const char *name)
|
||||
{
|
||||
return NULL;
|
||||
return (CoglFuncPtr) eglGetProcAddress (name);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user