mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42: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:
parent
8a85088196
commit
90acc6a2a9
@ -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…
Reference in New Issue
Block a user