X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fglblur.c;h=08bd6911129a1f04d4d077868fc5b4b92ab489d3;hp=7d358d127fdb09c908fb4200a4bc047c0eaba7b0;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hpb=de460e831dc8578acfa8b72251ab9346c99c1f96 diff --git a/hacks/glx/glblur.c b/hacks/glx/glblur.c index 7d358d12..08bd6911 100644 --- a/hacks/glx/glblur.c +++ b/hacks/glx/glblur.c @@ -46,7 +46,7 @@ #define DEF_SPIN "XYZ" #define DEF_WANDER "True" -#define DEF_BLURSIZE "15" +#define DEF_BLUR_SIZE "15" typedef struct metaball metaball; @@ -99,7 +99,7 @@ static XrmOptionDescRec opts[] = { static argtype vars[] = { {&do_spin, "spin", "Spin", DEF_SPIN, t_String}, {&do_wander, "wander", "Wander", DEF_WANDER, t_Bool}, - {&blursize, "blurSize","BlurSize", DEF_BLURSIZE, t_Int}, + {&blursize, "blurSize","BlurSize", DEF_BLUR_SIZE, t_Int}, }; ENTRYPOINT ModeSpecOpt glblur_opts = {countof(opts), opts, countof(vars), vars, NULL};