fixup and optimize edge conditions of composite; updated property handling of produce...
[melted] / mlt / src / modules / gtk2 / producer_pango.h
index 1e2b1c8..ade1977 100644 (file)
 
 typedef struct producer_pango_s *producer_pango;
 
-struct producer_pango_s
-{
-       struct mlt_producer_s parent;
-       char *markup;
-       int width;
-       int height;
-       uint8_t *image;
-       uint8_t *alpha;
-};
-
 typedef enum
 {
        pango_align_left = 0,