mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
buffer: Remove use of CoglHandle in the CoglBuffer API
This replaces the use of CoglHandle with strongly type CoglBuffer * pointers instead. The only function not converted for now is cogl_is_buffer which will be done in a later commit.
This commit is contained in:
@ -45,7 +45,6 @@ G_BEGIN_DECLS
|
||||
#define COGL_BUFFER_FLAG_IS_SET(buffer, flag) \
|
||||
((buffer)->flags & (COGL_BUFFER_FLAG_ ## flag))
|
||||
|
||||
typedef struct _CoglBuffer CoglBuffer;
|
||||
typedef struct _CoglBufferVtable CoglBufferVtable;
|
||||
|
||||
struct _CoglBufferVtable
|
||||
|
Reference in New Issue
Block a user