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:
parent
353ea5299b
commit
1b75ad9c80
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
||||||
|
|
||||||
#define __COGL_H_INSIDE__
|
#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-defines.h>
|
||||||
|
|
||||||
#include <cogl/cogl-object.h>
|
#include <cogl/cogl-object.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue