From 3cbe46ccc9c40e87a8076ff8396050554ada013e Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Sun, 8 Jan 2012 07:21:35 +0000 Subject: [PATCH] Evas: engine for Mac is GL_COCOA not GL_QUARTZ SVN revision: 66964 --- legacy/evas/src/modules/engines/gl_common/evas_gl_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/modules/engines/gl_common/evas_gl_common.h b/legacy/evas/src/modules/engines/gl_common/evas_gl_common.h index a088748887..051fb3b3ea 100644 --- a/legacy/evas/src/modules/engines/gl_common/evas_gl_common.h +++ b/legacy/evas/src/modules/engines/gl_common/evas_gl_common.h @@ -15,7 +15,7 @@ #define GL_GLEXT_PROTOTYPES -#ifdef BUILD_ENGINE_GL_QUARTZ +#ifdef BUILD_ENGINE_GL_COCOA # include # include #else