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:
@ -34,7 +34,7 @@
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-pipeline-opengl-private.h"
|
||||
#include "cogl-pipeline-private.h"
|
||||
#include "cogl-context.h"
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-texture-private.h"
|
||||
|
||||
/* This is needed to set the color attribute on GLES2 */
|
||||
|
Reference in New Issue
Block a user