search for: 4235111

Displaying 1 result from an estimated 1 matches for "4235111".

2007 Oct 22
0
12 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...et * style_sheet; + gboolean scroll_changed; /* if any of the scroll attributes have changed and we haven't fired the event yet */ int scroll; int scroll_max; int scroll_bottom; diff --git a/libswfdec/swfdec_text_field_movie_as.c b/libswfdec/swfdec_text_field_movie_as.c index 4235111..75770bb 100644 --- a/libswfdec/swfdec_text_field_movie_as.c +++ b/libswfdec/swfdec_text_field_movie_as.c @@ -587,6 +587,7 @@ swfdec_text_field_movie_do_set_hscroll (SwfdecAsContext *cx, value = CLAMP (value, 0, text->hscroll_max); if (value != text->hscroll) { text->hscroll = v...