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.
This commit is contained in:
Robert Bragg 2010-11-03 20:26:20 +00:00
parent 6735f80b4b
commit b993195dc8

View File

@ -29,6 +29,10 @@
#define __COGL_H_INSIDE__
#ifdef COGL_ENABLE_EXPERIMENTAL_2_0_API
#define COGL_ENABLE_EXPERIMENTAL_API
#endif
#include <cogl/cogl-defines.h>
#include <cogl/cogl-object.h>