ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.22.tar.gz
[xscreensaver] / hacks / glx / gflux.c
index bbe655f8ca36d89dcc29c599927d2ca230480a2d..662ceb35da3aa88f7931f45c7dfdc55fd7d33589 100644 (file)
 #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},