Add the deprecated ref-counting for cogl_program
cogl_program has always had cogl_program_ref and cogl_program_unref
but this was missed from 89cb325fd4
so they got removed.
This commit is contained in:
parent
2c8bf00995
commit
044523db26
2 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
|||
static void _cogl_program_free (CoglProgram *program);
|
||||
|
||||
COGL_HANDLE_DEFINE (Program, program);
|
||||
COGL_OBJECT_DEFINE_DEPRECATED_REF_COUNTING (program);
|
||||
|
||||
static void
|
||||
_cogl_program_free (CoglProgram *program)
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
static void _cogl_program_free (CoglProgram *program);
|
||||
|
||||
COGL_HANDLE_DEFINE (Program, program);
|
||||
COGL_OBJECT_DEFINE_DEPRECATED_REF_COUNTING (program);
|
||||
|
||||
static void
|
||||
_cogl_program_free (CoglProgram *program)
|
||||
|
|
Loading…
Add table
Reference in a new issue