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

@ -51,7 +51,7 @@ typedef enum _CoglPixelBufferFlags
COGL_PIXEL_BUFFER_FLAG_STORE_CREATED = 1 << 0,
} CoglPixelBufferFlags;
typedef struct _CoglPixelBuffer
struct _CoglPixelBuffer
{
CoglBuffer _parent;
@ -63,7 +63,7 @@ typedef struct _CoglPixelBuffer
unsigned int height;
unsigned int stride;
} CoglPixelBuffer;
};
GQuark
_cogl_handle_pixel_buffer_get_type (void);