search for: 3aad8fd

Displaying 2 results from an estimated 2 matches for "3aad8fd".

2007 Oct 25
0
4 commits - libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_resource.c libswfdec/swfdec_resource.h libswfdec/swfdec_sprite_movie.c test/trace
...+ SWFDEC_BUTTON_OUT_DOWN_TO_OVER_DOWN = 5, + SWFDEC_BUTTON_OUT_DOWN_TO_IDLE = 6, + SWFDEC_BUTTON_IDLE_TO_OVER_DOWN = 7, + SWFDEC_BUTTON_OVER_DOWN_TO_IDLE = 8 } SwfdecButtonCondition; struct _SwfdecButton { diff --git a/libswfdec/swfdec_button_movie.c b/libswfdec/swfdec_button_movie.c index 3aad8fd..c6132a6 100644 --- a/libswfdec/swfdec_button_movie.c +++ b/libswfdec/swfdec_button_movie.c @@ -99,12 +99,12 @@ swfdec_button_movie_execute (SwfdecButtonMovie *movie, const char *name; if (movie->button->menubutton) { - g_assert ((condition & (SWFDEC_BUTTON_OVER_DOWN_TO_OUT_DOW...
2007 Oct 18
0
18 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_flash_security.c
...& fkey->allow_remote; commit 9a2800231e75f546285fd7728e0060f810f9b5b8 Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 18 12:31:30 2007 +0200 set security when calling functions diff --git a/libswfdec/swfdec_button_movie.c b/libswfdec/swfdec_button_movie.c index 2e1d80b..3aad8fd 100644 --- a/libswfdec/swfdec_button_movie.c +++ b/libswfdec/swfdec_button_movie.c @@ -108,7 +108,8 @@ swfdec_button_movie_execute (SwfdecButtonMovie *movie, } if (movie->button->events) swfdec_event_list_execute (movie->button->events, - SWFDEC_AS_OBJECT (SWFDEC_MOVIE (movi...