X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fgflux.c;h=662ceb35da3aa88f7931f45c7dfdc55fd7d33589;hb=3f438031d610c7e15fd33876a879b97e290e05fb;hp=bbe655f8ca36d89dcc29c599927d2ca230480a2d;hpb=2d04c4f22466851aedb6ed0f2919d148f726b889;p=xscreensaver diff --git a/hacks/glx/gflux.c b/hacks/glx/gflux.c index bbe655f8..662ceb35 100644 --- a/hacks/glx/gflux.c +++ b/hacks/glx/gflux.c @@ -50,18 +50,6 @@ #define DEFAULTS "*delay: 20000 \n" \ "*showFPS: False \n" \ "*mode: light" "\n" \ - "*squares: 19 \n" \ - "*resolution: 0 \n" \ - "*flat: 0 \n" \ - "*speed: 0.05 \n" \ - "*rotationx: 0.01 \n" \ - "*rotationy: 0.0 \n" \ - "*rotationz: 0.1 \n" \ - "*waves: 3 \n" \ - "*waveChange: 50 \n" \ - "*waveHeight: 0.8 \n" \ - "*waveFreq: 3.0 \n" \ - "*zoom: 1.0 \n" \ "*useSHM: True \n" @@ -123,6 +111,7 @@ static XrmOptionDescRec opts[] = { {"-resolution", ".gflux.resolution", XrmoptionSepArg, 0}, /* {"-draw", ".gflux.draw", XrmoptionSepArg, 0},*/ {"-mode", ".gflux.mode", XrmoptionSepArg, 0}, + {"-wireframe", ".gflux.mode", XrmoptionNoArg, "wire"}, {"-flat", ".gflux.flat", XrmoptionSepArg, 0}, {"-speed", ".gflux.speed", XrmoptionSepArg, 0}, {"-rotationx", ".gflux.rotationx", XrmoptionSepArg, 0},