X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fpolytopes.c;h=f4043dcaa78cef7e110f8025cc092082bb790a99;hp=c51137b6a771c616c05561aca87675cd9cfc3031;hb=3f438031d610c7e15fd33876a879b97e290e05fb;hpb=447db08c956099b3b183886729108bf5b364c4b8 diff --git a/hacks/glx/polytopes.c b/hacks/glx/polytopes.c index c51137b6..f4043dca 100644 --- a/hacks/glx/polytopes.c +++ b/hacks/glx/polytopes.c @@ -119,8 +119,7 @@ static const char sccsid[] = "@(#)polytopes.c 1.1 03/05/18 xlockmore"; # define HACK_RESHAPE reshape_polytopes # define polytopes_opts xlockmore_opts # define DEFAULTS "*delay: 25000 \n" \ - "*showFPS: False \n" \ - "*wireframe: False \n" \ + "*showFPS: False \n" # include "xlockmore.h" /* from the xscreensaver distribution */ #else /* !STANDALONE */ @@ -165,7 +164,7 @@ static const float offset3d[4] = { 0.0, 0.0, -2.0, 0.0 }; static XrmOptionDescRec opts[] = { - {"-mesh", ".polytopes.displayMode", XrmoptionNoArg, + {"-wireframe", ".polytopes.displayMode", XrmoptionNoArg, DISP_WIREFRAME_STR }, {"-surface", ".polytopes.displayMode", XrmoptionNoArg, DISP_SURFACE_STR }, @@ -222,7 +221,7 @@ static argtype vars[] = static OptionStruct desc[] = { - { "-mesh", "display the polytope as a wireframe mesh" }, + { "-wireframe", "display the polytope as a wireframe mesh" }, { "-surface", "display the polytope as a solid surface" }, { "-transparent", "display the polytope as a transparent surface" }, { "-solid", "display the polytope as a solid object" },