mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
cogl: Move material_copy() out of the deprecated section
We strongly suggest people should be using cogl_material_copy(), but it was hidden behind the deprecation guards.
This commit is contained in:
parent
0145562cad
commit
282abe91f7
@ -88,8 +88,6 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
CoglHandle cogl_material_new (void);
|
CoglHandle cogl_material_new (void);
|
||||||
|
|
||||||
#ifndef COGL_DISABLE_DEPRECATED
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cogl_material_copy:
|
* cogl_material_copy:
|
||||||
*
|
*
|
||||||
@ -108,6 +106,8 @@ CoglHandle cogl_material_new (void);
|
|||||||
*/
|
*/
|
||||||
CoglHandle cogl_material_copy (CoglHandle source);
|
CoglHandle cogl_material_copy (CoglHandle source);
|
||||||
|
|
||||||
|
#ifndef COGL_DISABLE_DEPRECATED
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cogl_material_ref:
|
* cogl_material_ref:
|
||||||
* @handle: a @CoglHandle.
|
* @handle: a @CoglHandle.
|
||||||
|
Loading…
Reference in New Issue
Block a user