jayji pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2f9cbb3a3511a7d2c365ea51383db04f67ac8124

commit 2f9cbb3a3511a7d2c365ea51383db04f67ac8124
Author: Jean Guyomarc'h <j...@guyomarch.bzh>
Date:   Sun Jul 16 17:26:41 2017 +0200

    evas-gl_cocoa: fix compilation
    
    Booo for commit 2e6587a14b5e301e66f0ec5ef080eccb897b0fc5.
---
 src/modules/evas/engines/gl_cocoa/evas_outbuf.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/evas/engines/gl_cocoa/evas_outbuf.m 
b/src/modules/evas/engines/gl_cocoa/evas_outbuf.m
index a2187e8c9b..d2ebc86d4f 100644
--- a/src/modules/evas/engines/gl_cocoa/evas_outbuf.m
+++ b/src/modules/evas/engines/gl_cocoa/evas_outbuf.m
@@ -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 */
 

-- 


Reply via email to