summaryrefslogtreecommitdiff
path: root/cogl/cogl.c
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2012-02-17 21:46:39 +0000
committerRobert Bragg <robert@linux.intel.com>2012-02-20 23:12:44 +0000
commitee940a3d0d0a67d67ad7ebb4b2356a1ae614ca44 (patch)
treeabea4d8aefa470460c8da5748f18bfd9ee0af8f6 /cogl/cogl.c
parent1022c285c6f7313972d8ec96a12b71f3e07880d4 (diff)
downloadcogl-ee940a3d0d0a67d67ad7ebb4b2356a1ae614ca44.tar.gz
Move all types/prototypes from cogl.h -> cogl[1]-context.h
So we can get to the point where cogl.h is merely an aggregation of header includes for the 1.x api this moves all the function prototypes and type definitions into a cogl-context.h and a new cogl1-context.h. Ideally no code internally should ever need to include cogl.h as it just represents the public facing header for accessing the 1.x api which should only be used by Clutter. Reviewed-by: Neil Roberts <neil@linux.intel.com>
Diffstat (limited to 'cogl/cogl.c')
-rw-r--r--cogl/cogl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cogl/cogl.c b/cogl/cogl.c
index cba3de7a..8ed44592 100644
--- a/cogl/cogl.c
+++ b/cogl/cogl.c
@@ -50,6 +50,7 @@
#include "cogl-renderer-private.h"
#include "cogl-config-private.h"
#include "cogl-private.h"
+#include "cogl1-context.h"
#ifndef GL_PACK_INVERT_MESA
#define GL_PACK_INVERT_MESA 0x8758