From 7b1925df82fa92fd68623c9a999ece6bf4ddfde3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 9 Feb 2010 17:07:08 +0000 Subject: [PATCH] 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. --- clutter/cogl/cogl/cogl-material.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/cogl/cogl/cogl-material.h b/clutter/cogl/cogl/cogl-material.h index bfed4ee66..4a62a3ce9 100644 --- a/clutter/cogl/cogl/cogl-material.h +++ b/clutter/cogl/cogl/cogl-material.h @@ -88,8 +88,6 @@ typedef enum { */ CoglHandle cogl_material_new (void); -#ifndef COGL_DISABLE_DEPRECATED - /** * cogl_material_copy: * @@ -108,6 +106,8 @@ CoglHandle cogl_material_new (void); */ CoglHandle cogl_material_copy (CoglHandle source); +#ifndef COGL_DISABLE_DEPRECATED + /** * cogl_material_ref: * @handle: a @CoglHandle.