Move LAYER_HEIGHT definition from -timeline-layer.c c to -internal.h

This commit is contained in:
Thibault Saunier 2013-01-04 13:11:51 -03:00
parent 6e33af939c
commit feb85a1456
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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);