mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +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:
parent
2c8bf00995
commit
044523db26
@ -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…
x
Reference in New Issue
Block a user