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.
This commit is contained in:
Robert Bragg
2010-11-04 22:25:52 +00:00
parent 16a6c77089
commit fdbc741770
48 changed files with 50 additions and 50 deletions

View File

@ -36,7 +36,7 @@
#include "cogl.h"
#include "cogl-internal.h"
#include "cogl-context.h"
#include "cogl-context-private.h"
#include "cogl-handle.h"
#include "cogl-program-private.h"
#include "cogl-pipeline-fragend-glsl-private.h"