X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fsplodesic.c;h=28231339e79edebb6544a743fb5f04e3f752fada;hp=9e17278dcb8143b716a13557c2b776446e164ec5;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hpb=39809ded547bdbb08207d3e514950425215b4410 diff --git a/hacks/glx/splodesic.c b/hacks/glx/splodesic.c index 9e17278d..28231339 100644 --- a/hacks/glx/splodesic.c +++ b/hacks/glx/splodesic.c @@ -31,7 +31,7 @@ #define DEF_SPIN "True" #define DEF_WANDER "True" #define DEF_SPEED "1.0" -#define DEF_DEPTH "4" +#define DEF_FREQ "4" #define BELLRAND(n) ((frand((n)) + frand((n)) + frand((n))) / 3) @@ -84,7 +84,7 @@ static argtype vars[] = { {&do_spin, "spin", "Spin", DEF_SPIN, t_Bool}, {&do_wander, "wander", "Wander", DEF_WANDER, t_Bool}, {&speed, "speed", "Speed", DEF_SPEED, t_Float}, - {&depth_arg, "freq", "Depth", DEF_DEPTH, t_Int}, + {&depth_arg, "freq", "Depth", DEF_FREQ, t_Int}, }; ENTRYPOINT ModeSpecOpt splodesic_opts = {countof(opts), opts, countof(vars), vars, NULL};