From 1b75ad9c80e250a56e3c049bfd3bd166641a5cbb Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Wed, 3 Nov 2010 20:26:20 +0000 Subject: [PATCH] cogl: Adds COGL_ENABLE_EXPERIMENTAL_2_0_API define For now this new define is simply an alias for COGL_ENABLE_EXPERIMENTAL_API but the intention is that we will also use it to start experimenting with changes that need to break the existing Cogl API in incompatible ways. --- cogl/cogl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cogl/cogl.h b/cogl/cogl.h index 9f2cabe84..8b0eef586 100644 --- a/cogl/cogl.h +++ b/cogl/cogl.h @@ -29,6 +29,10 @@ #define __COGL_H_INSIDE__ +#ifdef COGL_ENABLE_EXPERIMENTAL_2_0_API +#define COGL_ENABLE_EXPERIMENTAL_API +#endif + #include #include