Author: titmuss
Date: Tue Apr 22 04:32:55 2008
New Revision: 2308

URL: http://svn.slimdevices.com?rev=2308&root=Jive&view=rev
Log:
Bug: N/A
Description:
Reduce hold time to 1 second.


Modified:
    7.1/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework.c

Modified: 7.1/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework.c
URL: 
http://svn.slimdevices.com/7.1/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework.c?rev=2308&root=Jive&r1=2307&r2=2308&view=diff
==============================================================================
--- 7.1/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework.c (original)
+++ 7.1/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework.c Tue Apr 22 
04:32:55 2008
@@ -31,8 +31,8 @@
 //static Uint32 framerate = 1000 / JIVE_FRAME_RATE;
 
 
-/* button hold threshold 2 seconds */
-#define HOLD_TIMEOUT 2000
+/* button hold threshold 1 seconds */
+#define HOLD_TIMEOUT 1000
 
 static bool update_screen = true;
 

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to