[Swfdec-commits] src/swfmoz_player.c
Benjamin Otte
company at kemper.freedesktop.org
Thu Apr 10 02:26:32 PDT 2008
src/swfmoz_player.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 57cc239564d232e1f5de5dc43608aac369b68527
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Apr 10 11:23:59 2008 +0200
use the new define from swfdec-gtk
diff --git a/src/swfmoz_player.c b/src/swfmoz_player.c
index d879f87..4156fa6 100644
--- a/src/swfmoz_player.c
+++ b/src/swfmoz_player.c
@@ -200,7 +200,7 @@ swfmoz_player_redraw (SwfmozPlayer *player, const SwfdecRectangle *extents,
} else {
GSource *source = g_idle_source_new ();
player->repaint_source = source;
- g_source_set_priority (source, GDK_PRIORITY_REDRAW - 10);
+ g_source_set_priority (source, SWFDEC_GTK_PRIORITY_REDRAW);
g_source_set_callback (source, swfmoz_player_idle_redraw, player, NULL);
g_source_attach (source, player->context);
player->repaint = region;
More information about the Swfdec-commits
mailing list