>From 06ff3bab2f21f9b25191fb280ae5f25741c21cd1 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan <ofour...@redhat.com>
Date: Fri, 30 Nov 2012 11:37:17 +0100
Subject: [PATCH] tools: increase timeout for animation

Signed-off-by: Olivier Fourdan <ofour...@redhat.com>
---
 tools/show-svg-image.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/show-svg-image.c b/tools/show-svg-image.c
index fac8c45..d9e1ec0 100644
--- a/tools/show-svg-image.c
+++ b/tools/show-svg-image.c
@@ -403,7 +403,7 @@ main (int argc, char **argv)
 
 	g_signal_connect (tablet->widget, "expose-event", G_CALLBACK(on_expose_cb), tablet);
 	g_signal_connect (tablet->widget, "delete-event", G_CALLBACK(on_delete_cb), tablet);
-	tablet->timeout = g_timeout_add(500 /* ms */, (GSourceFunc) on_timer_cb, tablet);
+	tablet->timeout = g_timeout_add(750 /* ms */, (GSourceFunc) on_timer_cb, tablet);
 
 	gtk_widget_show (tablet->widget);
 
-- 
1.7.1

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to