mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
eglx: implement cogl_get_proc_address()
http://bugzilla.openedhand.com/show_bug.cgi?id=2124
This commit is contained in:
parent
36903dfdcc
commit
b0cc98fdce
@ -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