1
0
mirror of https://github.com/brl/mutter.git synced 2025-03-11 13:55:05 +00:00

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:
Neil Roberts 2010-07-09 19:09:49 +01:00
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)