search for: swfdec_sub_path_match

Displaying 1 result from an estimated 1 matches for "swfdec_sub_path_match".

2007 Oct 11
0
12 commits - configure.ac doc/Makefile.am libswfdec/swfdec_as_frame.c libswfdec/swfdec_audio.c libswfdec/swfdec_audio_event.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_shape_parser.c libswfdec/swfdec_sound.c test/sound
...SwfdecSubPath *start2 = NULL, *last2 = NULL; last = start = &paths[GPOINTER_TO_UINT (style->subpaths->data)]; swfdec_path_move_to (&style->draw->path, start->x_start, start->y_start); @@ -235,10 +235,10 @@ swfdec_style_finish (SwfdecStyle *style, while (!swfdec_sub_path_match (last, start) || (paths2 != NULL && !swfdec_sub_path_match (last2, start2))) { for (walk = style->subpaths; walk; walk = walk->next) { - cur = &paths[GPOINTER_TO_UINT (walk->data)]; + SwfdecSubPath *cur = &paths[GPOINTER_TO_UINT (walk->data)]; if (swfdec_sub_p...