X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fhypertorus.c;h=931d24ccfa9e0610d007d216f91b6658f7a9138e;hp=a54fbfe6cd6372db91f1b1d06ab45d641f1ce5b6;hb=3f438031d610c7e15fd33876a879b97e290e05fb;hpb=447db08c956099b3b183886729108bf5b364c4b8 diff --git a/hacks/glx/hypertorus.c b/hacks/glx/hypertorus.c index a54fbfe6..931d24cc 100644 --- a/hacks/glx/hypertorus.c +++ b/hacks/glx/hypertorus.c @@ -110,7 +110,6 @@ static const char sccsid[] = "@(#)hypertorus.c 1.1 03/05/18 xlockmore"; # define hypertorus_opts xlockmore_opts # define DEFAULTS "*delay: 25000 \n" \ "*showFPS: False \n" \ - "*wireframe: False \n" \ # include "xlockmore.h" /* from the xscreensaver distribution */ #else /* !STANDALONE */ @@ -160,7 +159,7 @@ static const float offset3d[4] = { static XrmOptionDescRec opts[] = { - {"-mesh", ".hypertorus.displayMode", XrmoptionNoArg, + {"-wireframe", ".hypertorus.displayMode", XrmoptionNoArg, DISP_WIREFRAME_STR }, {"-surface", ".hypertorus.displayMode", XrmoptionNoArg, DISP_SURFACE_STR }, @@ -218,7 +217,7 @@ static argtype vars[] = static OptionStruct desc[] = { - { "-mesh", "display the torus as a wireframe mesh" }, + { "-wireframe", "display the torus as a wireframe mesh" }, { "-surface", "display the torus as a solid surface" }, { "-transparent", "display the torus as a transparent surface" }, { "-solid", "display the torus as a solid object" },