[Pkg-wmaker-commits] [wmbubble] 101/207: Restore defaults to original upstream values (appropriate for 67Hz redraw rate)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 04:18:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbubble.

commit a4695cc3418113f525f2079c46da4cadad939488
Author: Robert Jacobs <rnjacobs at mit.edu>
Date:   Fri Sep 2 17:34:41 2011 -0700

    Restore defaults to original upstream values (appropriate for 67Hz redraw rate)
---
 bubblemon.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bubblemon.c b/bubblemon.c
index d385b7f..f2bbb38 100644
--- a/bubblemon.c
+++ b/bubblemon.c
@@ -152,7 +152,7 @@ int do_date = 0;
 
 int do_help = 0;
 
-int delay_time = 100000;
+int delay_time = 15000;
 
 int gauge_alpha = CPUMAXBLEND;
 int graph_alpha = GRAPHMAXBLEND;
@@ -247,10 +247,10 @@ void bubblemon_session_defaults(XrmDatabase x_resource_database)
 	/* default bubble engine parameters.  Changeable from Xresources */
 	bm.maxbubbles = 100;
 	bm.ripples = .2;
-	bm.gravity = 0.06;
+	bm.gravity = 0.01;
 	bm.volatility = 1;
 	bm.viscosity = .98;
-	bm.speed_limit = 6.0;
+	bm.speed_limit = 1.0;
 
 	for (i = 0; i < (sizeof(x_resource_unified) / sizeof(x_resource_unified[0])); i++) {
 		strncpy(name,NAME,BUFSIZ), strncat(name,x_resource_unified[i].specifier,BUFSIZ-strlen(name));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbubble.git



More information about the Pkg-wmaker-commits mailing list