search for: 74c5083

Displaying 1 result from an estimated 1 matches for "74c5083".

Did you mean: 745083
2007 Apr 22
0
libswfdec/swfdec_tag.c
...a619fdd350281e94 (from 086e5f3c4da50df4b485792da7ca49a25484aebc) Author: Benjamin Otte <otte@gnome.org> Date: Sun Apr 22 13:07:26 2007 +0200 make sure the same depth and state aren't taken twice in buttons diff --git a/libswfdec/swfdec_tag.c b/libswfdec/swfdec_tag.c index 6000d45..74c5083 100644 --- a/libswfdec/swfdec_tag.c +++ b/libswfdec/swfdec_tag.c @@ -272,12 +272,45 @@ tag_func_do_action (SwfdecSwfDecoder * s return SWFDEC_STATUS_OK; } +#define CONTENT_IN_FRAME(content, frame) \ + ((content)->sequence->start <= frame && \ + (content)->sequence->e...