X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xoptions.c;h=7e7eed872106c92a1c634f6b1f98442393bde0ac;hb=55d82733a8c6a6e29280bb6413fb2037cbcd381b;hp=cd761d43adcd53ff31f29e0862c1cbd1ccb12b08;hpb=370f3be0b45623d7d5f14309af6d4dbd2bb5f8a5;p=xboard.git diff --git a/xoptions.c b/xoptions.c index cd761d4..7e7eed8 100644 --- a/xoptions.c +++ b/xoptions.c @@ -390,6 +390,7 @@ Option generalOptions[] = { { 0, 0, 10, NULL, (void*) &appData.flashCount, "", NULL, Spin, N_("Flash Moves (0 = no flashing):") }, { 0, 1, 10, NULL, (void*) &appData.flashRate, "", NULL, Spin, N_("Flash Rate (high = fast):") }, { 0, 5, 100,NULL, (void*) &appData.animSpeed, "", NULL, Spin, N_("Animation Speed (high = slow):") }, +{ 0, 1, 5, NULL, (void*) &appData.zoom, "", NULL, Spin, N_("Zoom factor in Evaluation Graph:") }, { 0, 0, 0, NULL, (void*) &GeneralOptionsOK, "", NULL, EndMark , "" } };