[cogl] gles: Fix the name of the GLeglImageOES type



commit a517242087b6ed641cc80e969f06e79196a5212e
Author: Neil Roberts <neil linux intel com>
Date:   Fri Jul 1 14:30:59 2011 +0100

    gles: Fix the name of the GLeglImageOES type
    
    The function declarations for the GL_OES_EGL_image extension were
    using the wrong name for the GLeglImageOES type so it was getting
    build errors when compiling for GLES.

 cogl/driver/gles/cogl-feature-functions-gles.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cogl/driver/gles/cogl-feature-functions-gles.h b/cogl/driver/gles/cogl-feature-functions-gles.h
index b14c935..8282e1b 100644
--- a/cogl/driver/gles/cogl-feature-functions-gles.h
+++ b/cogl/driver/gles/cogl-feature-functions-gles.h
@@ -146,8 +146,8 @@ COGL_FEATURE_BEGIN (EGL_image, 255, 255,
                     COGL_PRIVATE_FEATURE_TEXTURE_2D_FROM_EGL_IMAGE)
 COGL_FEATURE_FUNCTION (void, glEGLImageTargetTexture2D,
                        (GLenum           target,
-                        eglImageOES      image))
+                        GLeglImageOES    image))
 COGL_FEATURE_FUNCTION (void, glEGLImageTargetRenderbufferStorage,
                        (GLenum           target,
-                        eglImageOES      image))
+                        GLeglImageOES    image))
 COGL_FEATURE_END ()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]