search for: 17f88cb

Displaying 2 results from an estimated 2 matches for "17f88cb".

2007 Aug 16
0
Branch 'vivi' - 18 commits - configure.ac doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_types.h libswfdec/swfdec_player.c vivified/core vivified/ui
...d7cf1d43ce5) Author: Benjamin Otte <otte at gnome.org> Date: Thu Aug 16 21:23:24 2007 +0200 make swfdec_as_stack_iterator_init_arguments() work with every frame, not just with the first frame on the stack diff --git a/libswfdec/swfdec_as_frame.c b/libswfdec/swfdec_as_frame.c index 17f88cb..5369dca 100644 --- a/libswfdec/swfdec_as_frame.c +++ b/libswfdec/swfdec_as_frame.c @@ -79,21 +79,29 @@ swfdec_as_stack_iterator_init_arguments g_return_val_if_fail (iter != NULL, NULL); g_return_val_if_fail (SWFDEC_IS_AS_FRAME (frame), NULL); - /* FIXME! */ - context = SWFDEC_AS_OBJECT...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...d7cf1d43ce5) Author: Benjamin Otte <otte at gnome.org> Date: Thu Aug 16 21:23:24 2007 +0200 make swfdec_as_stack_iterator_init_arguments() work with every frame, not just with the first frame on the stack diff --git a/libswfdec/swfdec_as_frame.c b/libswfdec/swfdec_as_frame.c index 17f88cb..5369dca 100644 --- a/libswfdec/swfdec_as_frame.c +++ b/libswfdec/swfdec_as_frame.c @@ -79,21 +79,29 @@ swfdec_as_stack_iterator_init_arguments g_return_val_if_fail (iter != NULL, NULL); g_return_val_if_fail (SWFDEC_IS_AS_FRAME (frame), NULL); - /* FIXME! */ - context = SWFDEC_AS_OBJECT...