raster pushed a commit to branch master.

commit deabd07e4bcaa4e18b89f2688d4fce76937163dc
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Mar 22 11:33:57 2013 +0900

    oops - define GL_UNPACK_ROW_LENGTH not GL_UNPACK_ROW_LENGTH_EXT
---
 src/modules/evas/engines/gl_common/evas_gl_common.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/evas/engines/gl_common/evas_gl_common.h 
b/src/modules/evas/engines/gl_common/evas_gl_common.h
index 0caa3ad..70da52d 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_common.h
+++ b/src/modules/evas/engines/gl_common/evas_gl_common.h
@@ -42,8 +42,8 @@
 #ifndef GL_BGRA
 # define GL_BGRA 0x80E1
 #endif
-#ifndef GL_UNPACK_ROW_LENGTH_EXT
-# define GL_UNPACK_ROW_LENGTH_EXT 0x0cf2
+#ifndef GL_UNPACK_ROW_LENGTH
+# define GL_UNPACK_ROW_LENGTH 0x0cf2
 #endif
 
 #ifndef EGL_NO_CONTEXT

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

Reply via email to