diff options
author | Robert Bragg <robert@linux.intel.com> | 2010-11-04 22:25:52 +0000 |
---|---|---|
committer | Robert Bragg <robert@linux.intel.com> | 2011-04-11 15:18:12 +0100 |
commit | fdbc7417700e7f416cb330288e1011b40a15c6b8 (patch) | |
tree | d5c13bb4fd89070290e748e6f87309d2aa93c48e /cogl/cogl-blend-string.c | |
parent | 16a6c77089f4e0db70a730d8615fd6b2c063b9e4 (diff) | |
download | cogl-fdbc7417700e7f416cb330288e1011b40a15c6b8.tar.gz |
cogl: rename cogl-context.h cogl-context-private.h
Since we plan to add public cogl_context_* API we need to rename the
current cogl-context.h which contains private member details.
Diffstat (limited to 'cogl/cogl-blend-string.c')
-rw-r--r-- | cogl/cogl-blend-string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-blend-string.c b/cogl/cogl-blend-string.c index cd4443f5..921b8091 100644 --- a/cogl/cogl-blend-string.c +++ b/cogl/cogl-blend-string.c @@ -35,7 +35,7 @@ #include "cogl.h" #include "cogl-internal.h" -#include "cogl-context.h" +#include "cogl-context-private.h" #include "cogl-debug.h" #include "cogl-blend-string.h" |