search for: fcd8ef1

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

Did you mean: fcd87f41
2007 Aug 15
0
Branch 'vivi' - 13 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_types.h vivified/core vivified/ui
...{ SwfdecAsObject object; - gulong handlers[2]; /* handlers for every signal of the debugger or 0 */ + gulong handlers[4]; /* handlers for every signal of the debugger or 0 */ }; struct _ViviBreakpointClass diff --git a/vivified/core/vivi_debugger.c b/vivified/core/vivi_debugger.c index fcd8ef1..4d81c45 100644 --- a/vivified/core/vivi_debugger.c +++ b/vivified/core/vivi_debugger.c @@ -29,6 +29,8 @@ enum { STEP, + START_FRAME, + FINISH_FRAME, LAST_SIGNAL }; @@ -99,6 +101,28 @@ vivi_debugger_step (SwfdecAsDebugger *de } static void +vivi_debugger_start_frame (SwfdecAsDebug...
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
...{ SwfdecAsObject object; - gulong handlers[2]; /* handlers for every signal of the debugger or 0 */ + gulong handlers[4]; /* handlers for every signal of the debugger or 0 */ }; struct _ViviBreakpointClass diff --git a/vivified/core/vivi_debugger.c b/vivified/core/vivi_debugger.c index fcd8ef1..4d81c45 100644 --- a/vivified/core/vivi_debugger.c +++ b/vivified/core/vivi_debugger.c @@ -29,6 +29,8 @@ enum { STEP, + START_FRAME, + FINISH_FRAME, LAST_SIGNAL }; @@ -99,6 +101,28 @@ vivi_debugger_step (SwfdecAsDebugger *de } static void +vivi_debugger_start_frame (SwfdecAsDebug...