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
This commit is contained in:
Matthew Allum 2007-12-14 12:36:45 +00:00
parent 4dea166d53
commit 530fca4b87
2 changed files with 3 additions and 0 deletions

View 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

View 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