X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fb_lockglue.c;h=c85e3500d810c83ad8348122e019cc8e448c9cde;hp=fba029e441725c2f7c1adb326b8bf695cda43944;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=3d9140a05b5272fed0883a0af0a71e30ef44d47f diff --git a/hacks/glx/b_lockglue.c b/hacks/glx/b_lockglue.c index fba029e4..c85e3500 100644 --- a/hacks/glx/b_lockglue.c +++ b/hacks/glx/b_lockglue.c @@ -1,6 +1,5 @@ -#if !defined( lint ) && !defined( SABER ) +#if 0 static const char sccsid[] = "@(#)b_lockglue.c 4.11 98/06/16 xlockmore"; - #endif /*- @@ -21,16 +20,16 @@ struct glb_config glb_config = 3, /* subdivision_depth */ #endif 5, /* nr_nudge_axes */ - 0.3, /* nudge_angle_factor */ - 0.15, /* nudge_factor */ + 0.01, /* nudge_angle_factor */ + 0.20, /* nudge_factor */ 0.1, /* rotation_factor */ 8, /* create_bubbles_every */ 8, /* max_bubbles */ {0.7, 0.8, 0.9, 1.0}, /* p_bubble_group */ 0.5, /* max_size */ 0.1, /* min_size */ - 0.1, /* max_speed */ - 0.03, /* min_speed */ + 0.03, /* max_speed */ + 0.005, /* min_speed */ 1.5, /* scale_factor */ -4, /* screen_bottom */ 4, /* screen_top */