jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3fe232cd95873396155f4bcac007cd5e62d237bd

commit 3fe232cd95873396155f4bcac007cd5e62d237bd
Author: Jean-Philippe Andre <[email protected]>
Date:   Fri Oct 24 19:52:21 2014 +0900

    Evas GL: Fix typo in an extension's name
    
    This could potentially break applications relying on this
    typo to check for the extension. The chances are very slim.
---
 src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h 
b/src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h
index c8986d7..f6c77fa 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h
+++ b/src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h
@@ -384,7 +384,7 @@ _EVASGL_EXT_BEGIN(read_format_bgra_DESKTOP) // Desktop 
differs
        _EVASGL_EXT_DRVNAME(GL_EXT_read_format_bgra)
 _EVASGL_EXT_END()
 
-_EVASGL_EXT_BEGIN(texture_filter_anisotrophic)
+_EVASGL_EXT_BEGIN(texture_filter_anisotropic)
        _EVASGL_EXT_DRVNAME(GL_EXT_texture_filter_anisotropic)
 _EVASGL_EXT_END()
 

-- 


Reply via email to