diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2012-06-20 19:49:08 +0200 |
---|---|---|
committer | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2012-06-20 19:52:03 +0200 |
commit | a99512e5798e48ffa3a9a1a7eb98bc55647ee1b6 (patch) | |
tree | 6a22d237207cd1b4587b9e7856ff42d2cac57753 /cogl/cogl-depth-state.h | |
parent | 66c9f26dfb3133f43d319128d6636f793a1ceb4a (diff) | |
download | cogl-a99512e5798e48ffa3a9a1a7eb98bc55647ee1b6.tar.gz |
Mass rename CLUTTER_COMPILATION to COGL_COMPILATION
Reviewed-by: Neil Roberts <neil@linux.intel.com>
Diffstat (limited to 'cogl/cogl-depth-state.h')
-rw-r--r-- | cogl/cogl-depth-state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-depth-state.h b/cogl/cogl-depth-state.h index 71535bb7..072c6b0d 100644 --- a/cogl/cogl-depth-state.h +++ b/cogl/cogl-depth-state.h @@ -24,7 +24,7 @@ * */ -#if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION) +#if !defined(__COGL_H_INSIDE__) && !defined(COGL_COMPILATION) #error "Only <cogl/cogl.h> can be included directly." #endif |