summaryrefslogtreecommitdiff
path: root/clutter/clutter/cogl
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2018-05-22 23:01:54 +0200
committerJonas Ådahl <jadahl@gmail.com>2018-11-06 17:17:36 +0100
commit8c0e13ca7a90678af1d67cc6a723089db02aeb98 (patch)
tree481031ae940735e9609031ffcd28b31e042fea88 /clutter/clutter/cogl
parent8894ec462a6756b3de46280f62c4951b15a92cde (diff)
downloadmutter-8c0e13ca7a90678af1d67cc6a723089db02aeb98.tar.gz
clutter: Remove clutter specific version
Use the mutter version when something is still needed.
Diffstat (limited to 'clutter/clutter/cogl')
-rw-r--r--clutter/clutter/cogl/clutter-stage-cogl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/clutter/clutter/cogl/clutter-stage-cogl.h b/clutter/clutter/cogl/clutter-stage-cogl.h
index 6122f2b1e..17958cd24 100644
--- a/clutter/clutter/cogl/clutter-stage-cogl.h
+++ b/clutter/clutter/cogl/clutter-stage-cogl.h
@@ -28,7 +28,7 @@ typedef struct _ClutterStageCoglClass ClutterStageCoglClass;
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterStageCogl, g_object_unref)
#define CLUTTER_TYPE_STAGE_VIEW_COGL (clutter_stage_view_cogl_get_type ())
-CLUTTER_AVAILABLE_IN_MUTTER
+CLUTTER_EXPORT
G_DECLARE_DERIVABLE_TYPE (ClutterStageViewCogl, clutter_stage_view_cogl,
CLUTTER, STAGE_VIEW_COGL,
ClutterStageView)
@@ -73,10 +73,10 @@ struct _ClutterStageCoglClass
GObjectClass parent_class;
};
-CLUTTER_AVAILABLE_IN_MUTTER
+CLUTTER_EXPORT
GType _clutter_stage_cogl_get_type (void) G_GNUC_CONST;
-CLUTTER_AVAILABLE_IN_MUTTER
+CLUTTER_EXPORT
void _clutter_stage_cogl_presented (ClutterStageCogl *stage_cogl,
CoglFrameEvent frame_event,
ClutterFrameInfo *frame_info);