Displaying 1 result from an estimated 1 matches for "742ea24".
Did you mean:
0x2ea24
2007 Nov 28
0
59 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_button.c libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_button_movie.h libswfdec/swfdec_event.c
...ified/dock/libvivified-dock.la
commit 298d04af83173450499783845db51a2db33d14f6
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Nov 26 11:42:43 2007 +0100
implement state setting on mouse movements
diff --git a/libswfdec/swfdec_button_movie.c b/libswfdec/swfdec_button_movie.c
index 742ea24..31ac954 100644
--- a/libswfdec/swfdec_button_movie.c
+++ b/libswfdec/swfdec_button_movie.c
@@ -26,6 +26,7 @@
#include "swfdec_audio_event.h"
#include "swfdec_debug.h"
#include "swfdec_event.h"
+#include "swfdec_player_internal.h"
G_DEFINE_TYPE (SwfdecB...