Displaying 2 results from an estimated 2 matches for "672d09d".
Did you mean:
67209
2007 Jul 13
0
3 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
...uot;
-#include "swfdec_as_frame.h"
+#include "swfdec_as_frame_internal.h"
#include "swfdec_as_function.h"
#include "swfdec_as_strings.h"
#include "swfdec_debug.h"
diff --git a/libswfdec/swfdec_as_with.c b/libswfdec/swfdec_as_with.c
index 9fe0720..672d09d 100644
--- a/libswfdec/swfdec_as_with.c
+++ b/libswfdec/swfdec_as_with.c
@@ -23,7 +23,7 @@
#include "swfdec_as_with.h"
#include "swfdec_as_context.h"
-#include "swfdec_as_frame.h"
+#include "swfdec_as_frame_internal.h"
#include "swfdec_debug.h"...
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
..._flags;
- asobject_class->delete = swfdec_as_super_delete;
+ asobject_class->del = swfdec_as_super_delete;
asobject_class->resolve = swfdec_as_super_resolve;
function_class->call = swfdec_as_super_call;
diff --git a/libswfdec/swfdec_as_with.c b/libswfdec/swfdec_as_with.c
index 672d09d..a000ca3 100644
--- a/libswfdec/swfdec_as_with.c
+++ b/libswfdec/swfdec_as_with.c
@@ -102,7 +102,7 @@ swfdec_as_with_class_init (SwfdecAsWithC
asobject_class->get = swfdec_as_with_get;
asobject_class->set = swfdec_as_with_set;
asobject_class->set_flags = swfdec_as_with_set_flags;...