2007-12-14 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Fri, 14 Dec 2007 12:36:45 +0000 (12:36 +0000)
committerMatthew Allum <mallum@openedhand.com>
Fri, 14 Dec 2007 12:36:45 +0000 (12:36 +0000)
        * clutter/cogl/gl/cogl-defines.h.in:
        * clutter/cogl/gles/cogl-defines.h:
        Add CLUTTER_COGL_HAS_GL/GLES defines

ChangeLog
clutter/cogl/gl/cogl-defines.h.in
clutter/cogl/gles/cogl-defines.h

index 7671520..9d003f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-14  Matthew Allum  <mallum@openedhand.com>
+
+       * clutter/cogl/gl/cogl-defines.h.in:
+       * clutter/cogl/gles/cogl-defines.h:
+       Add CLUTTER_COGL_HAS_GL/GLES defines
+
 2007-12-11  Øyvind Kolås  <pippin@o-hand.com>
 
        Refined the ClutterShader API based on a patch from Emmanuele Bassi.
index 93abe43..795b0e4 100644 (file)
@@ -703,6 +703,7 @@ typedef GLuint COGLuint;
 
 #define CGL_OBJECT_COMPILE_STATUS  GL_OBJECT_COMPILE_STATUS_ARB
 
+#define CLUTTER_COGL_HAS_GL 1
 
 G_END_DECLS
 
index c8ad851..cc11f51 100644 (file)
@@ -478,6 +478,8 @@ typedef GLuint COGLuint;
 #define CGL_OBJECT_COMPILE_STATUS 0
 #endif
 
+#define CLUTTER_COGL_HAS_GLES 1
+
 G_END_DECLS
 
 #endif