Re: [Linuxwacom-devel] libwacom: [PATCH] tools: increase timeout for animation

2012-12-03 Thread Peter Hutterer
On Fri, Nov 30, 2012 at 03:06:05PM +0100, Olivier Fourdan wrote:
 

 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

merged, thanks

Cheers,
   Peter

 ---
  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


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] libwacom: [PATCH] tools: increase timeout for animation

2012-11-30 Thread Olivier Fourdan


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