search for: efa23b6

Displaying 2 results from an estimated 2 matches for "efa23b6".

Did you mean: ea2a3b6
2007 Jun 28
0
Branch 'as' - libswfdec/swfdec_button_movie.c
...5) Author: Benjamin Otte <otte at gnome.org> Date: Thu Jun 28 14:57:02 2007 +0200 use GC'ed strings when calling into the script engine Thanks Rados??aw Szkodzi??ski for noticing diff --git a/libswfdec/swfdec_button_movie.c b/libswfdec/swfdec_button_movie.c index 4940b74..efa23b6 100644 --- a/libswfdec/swfdec_button_movie.c +++ b/libswfdec/swfdec_button_movie.c @@ -68,28 +68,29 @@ swfdec_button_condition_get_name (Swfdec /* FIXME: check if these events are based on conditions or if they're independant of button type */ switch (condition) { case SWFDEC_BUTTON_...
2007 Jul 02
0
Branch 'as' - 24 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
...44d041 100644 --- a/libswfdec/swfdec_as_types.h +++ b/libswfdec/swfdec_as_types.h @@ -22,8 +22,6 @@ #include <glib.h> -#include "swfdec_as_strings.h" - G_BEGIN_DECLS /* fundamental types */ diff --git a/libswfdec/swfdec_button_movie.c b/libswfdec/swfdec_button_movie.c index efa23b6..0d9a57c 100644 --- a/libswfdec/swfdec_button_movie.c +++ b/libswfdec/swfdec_button_movie.c @@ -22,6 +22,7 @@ #endif #include "swfdec_button_movie.h" +#include "swfdec_as_strings.h" #include "swfdec_audio_event.h" #include "swfdec_debug.h" #include &qu...