pixel-buffer: Replace CoglHandle with CoglPixelBuffer *

One more file converted to stop using CoglHandle re:a8c8cbee513
This commit is contained in:
Robert Bragg
2010-07-03 20:24:36 +01:00
parent 12a76ca4aa
commit 1b7e362189
4 changed files with 28 additions and 25 deletions

View File

@ -29,7 +29,8 @@
#include <glib.h>
#include "cogl-handle.h"
#include "cogl.h"
#include "cogl-object.h"
#include "cogl-buffer.h"
G_BEGIN_DECLS
@ -69,7 +70,7 @@ typedef enum _CoglBufferFlags
struct _CoglBuffer
{
CoglHandleObject _parent;
CoglObject _parent;
const CoglBufferVtable *vtable;
CoglBufferFlags flags;