cogl-matrix-stack: Convert to be a CoglObject
We will want to use ref-counting on the CoglMatrixStack so it might as well be a CoglObject.
This commit is contained in:
@ -42,9 +42,6 @@ typedef enum {
|
||||
CoglMatrixStack *
|
||||
_cogl_matrix_stack_new (void);
|
||||
|
||||
void
|
||||
_cogl_matrix_stack_destroy (CoglMatrixStack *stack);
|
||||
|
||||
void
|
||||
_cogl_matrix_stack_push (CoglMatrixStack *stack);
|
||||
|
||||
|
Reference in New Issue
Block a user