From 3cc23d98ea3d9acd00278f94d9b9f0fe1a83e85f Mon Sep 17 00:00:00 2001 From: Brandon Lewis Date: Mon, 24 May 2010 14:58:55 +0200 Subject: [PATCH] ges/ges-types.h: add typedefs for GESTrackTransition[Class] structs --- ges/ges-types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ges/ges-types.h b/ges/ges-types.h index c935375..02d9fa0 100644 --- a/ges/ges-types.h +++ b/ges/ges-types.h @@ -59,5 +59,8 @@ typedef struct _GESTrackSourceClass GESTrackSourceClass; typedef struct _GESTrackFileSource GESTrackFileSource; typedef struct _GESTrackFileSourceClass GESTrackFileSourceClass; +typedef struct _GESTrackTransition GESTrackTransition; +typedef struct _GESTrackTransitionClass GESTrackTransitionClass; + #endif /* __GES_TYPES_H__ */ -- 2.7.4