mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 14:44:40 +00:00
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:
@@ -25,7 +25,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-context.h"
|
||||
#include "cogl-context-private.h"
|
||||
|
||||
#define COGL_FEATURE_BEGIN(a, b, c, d, e, f, g)
|
||||
#define COGL_FEATURE_FUNCTION(ret, name, args) \
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
#include "cogl.h"
|
||||
#include "cogl-internal.h"
|
||||
#include "cogl-context.h"
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-feature-private.h"
|
||||
|
||||
gboolean
|
||||
|
@@ -38,7 +38,7 @@
|
||||
#include "cogl-texture-private.h"
|
||||
#include "cogl-pipeline.h"
|
||||
#include "cogl-pipeline-opengl-private.h"
|
||||
#include "cogl-context.h"
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-handle.h"
|
||||
#include "cogl-primitives.h"
|
||||
|
||||
|
Reference in New Issue
Block a user