From feb85a1456447dc8156d3a51f6a95603b57b7041 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 4 Jan 2013 13:11:51 -0300 Subject: [PATCH] Move LAYER_HEIGHT definition from -timeline-layer.c c to -internal.h --- ges/ges-internal.h | 2 ++ ges/ges-timeline-layer.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ges/ges-internal.h b/ges/ges-internal.h index 9197181..71cbc5a 100644 --- a/ges/ges-internal.h +++ b/ges/ges-internal.h @@ -33,6 +33,8 @@ GST_DEBUG_CATEGORY_EXTERN (_ges_debug); #define GST_CAT_DEFAULT _ges_debug +#define LAYER_HEIGHT 1000 + G_GNUC_INTERNAL gboolean timeline_ripple_object (GESTimeline *timeline, GESTrackObject *obj, GList * layers, GESEdge edge, diff --git a/ges/ges-timeline-layer.c b/ges/ges-timeline-layer.c index 450e7c0..9cf91bf 100644 --- a/ges/ges-timeline-layer.c +++ b/ges/ges-timeline-layer.c @@ -34,8 +34,6 @@ #include "ges.h" #include "ges-timeline-source.h" -#define LAYER_HEIGHT 1000 - static void timeline_object_height_changed_cb (GESTimelineObject * obj, GESTrackEffect * tr_eff, GESTimelineObject * second_obj); -- 2.7.4