Remove cogl-internal.h

This remove cogl-internal.h in favour of using cogl-private.h. Some
things in cogl-internal.h were moved to driver/gl/cogl-util-gl-private.h
and the _cogl_gl_error_to_string function whose prototype was moved from
cogl-internal.h to cogl-util-gl-private.h has had its implementation
moved from cogl.c to cogl-util-gl.c

Reviewed-by: Neil Roberts <neil@linux.intel.com>

(cherry picked from commit 01cc82ece091aa3bec4c07fdd6bc9e5135fca573)
This commit is contained in:
Robert Bragg
2013-01-20 18:47:40 +00:00
parent db4b39b5ad
commit 36c85da3b8
57 changed files with 155 additions and 218 deletions

View File

@ -26,7 +26,7 @@
#endif
#include "cogl-shader-private.h"
#include "cogl-internal.h"
#include "cogl-util-gl-private.h"
#include "cogl-context-private.h"
#include "cogl-object-private.h"
#include "cogl-glsl-shader-private.h"