evas-gl_cocoa: fix compilation

Booo for commit 2e6587a14b.
This commit is contained in:
Jean Guyomarc'h 2017-07-16 17:26:41 +02:00
parent 2e6587a14b
commit 2f9cbb3a35
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ evas_outbuf_new(Evas_Engine_Info_GL_Cocoa *info,
}
ob->ns_gl_view = glview;
[[glview openGLContext] makeCurrentContext];
* glsym_evas_gl_symbols(_dlsym, NULL); /* XXX: NULL is ok for now for extns
glsym_evas_gl_symbols(_dlsym, NULL); /* XXX: NULL is ok for now for extns
* but i need to find out howon osx to get the extension string list
* for egl/whatever */