mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
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:
parent
4dea166d53
commit
530fca4b87
@ -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
|
||||
|
||||
|
@ -478,6 +478,8 @@ typedef GLuint COGLuint;
|
||||
#define CGL_OBJECT_COMPILE_STATUS 0
|
||||
#endif
|
||||
|
||||
#define CLUTTER_COGL_HAS_GLES 1
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user