Evas: engine for Mac is GL_COCOA not GL_QUARTZ

SVN revision: 66964
This commit is contained in:
Youness Alaoui 2012-01-08 07:21:35 +00:00
parent d2b9b72e19
commit 3cbe46ccc9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#define GL_GLEXT_PROTOTYPES
#ifdef BUILD_ENGINE_GL_QUARTZ
#ifdef BUILD_ENGINE_GL_COCOA
# include <OpenGL/gl.h>
# include <OpenGL/glext.h>
#else