shell: Define COGL_ENABLE_EXPERIMENTAL_API and related defines globally

This allows us to use new Cogl APIs without having to define things in
every .c/.h file manually.
This commit is contained in:
Jasper St. Pierre
2014-08-07 14:06:19 -04:00
parent d836194e31
commit 3df7ef6ce6
7 changed files with 4 additions and 11 deletions

View File

@ -13,9 +13,6 @@
#include "config.h"
#define CLUTTER_ENABLE_EXPERIMENTAL_API
#define COGL_ENABLE_EXPERIMENTAL_API
#include <cogl/cogl.h>
#include "shell-glsl-quad.h"