X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Ffliptext.c;h=58241a686e5517d015ef8194ab9a5db1b61fbefa;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hp=25dd84c7624f1f7627fedecb0fa48d0ff44df346;hpb=c494fd2e6b3b25582375d62e40f4f5cc984ca424;p=xscreensaver diff --git a/hacks/glx/fliptext.c b/hacks/glx/fliptext.c index 25dd84c7..58241a68 100644 --- a/hacks/glx/fliptext.c +++ b/hacks/glx/fliptext.c @@ -72,7 +72,7 @@ #define DEF_LINES "8" #define DEF_FONT_SIZE "20" #define DEF_COLUMNS "80" -#define DEF_ALIGN "random" +#define DEF_ALIGNMENT "random" #define DEF_SPEED "1.0" #define TAB_WIDTH 8 @@ -164,7 +164,7 @@ static argtype vars[] = { {&max_lines, "lines", "Integer", DEF_LINES, t_Int}, {&font_size, "fontSize", "Float", DEF_FONT_SIZE, t_Float}, {&target_columns, "columns", "Integer", DEF_COLUMNS, t_Int}, - {&alignment_str, "alignment", "Alignment", DEF_ALIGN, t_String}, + {&alignment_str, "alignment", "Alignment", DEF_ALIGNMENT, t_String}, {&speed, "speed", "Speed", DEF_SPEED, t_Float}, };