http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / gears.xml
index 6f8948b457ec22d5d5be448bcb9480bccb3ebe18..f4729c02fdbe869a1a0ea1b13a0e7d7ad1a847b2 100644 (file)
           low="1" high="30" default="2"/>
 
   <select id="style">
-   <option id="three"     _label="Three Gear System"/>
-   <option id="planetary" _label="Planetary Gear System" arg-set="-planetary"/>
-  </select>
-
-  <select id="render">
-    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
-    <option id="solid" _label="Solid"/>
+   <option id="three"     _label="Three Gear System" arg-set="-mode simple"/>
+   <option id="planetary" _label="Planetary Gear System" arg-set="-mode planetary"/>
+   <option id="random"    _label="Random"/>
   </select>
 
+  <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
   <_description>
 This draws sets of turning, interlocking gears, rotating in three
-dimensions.  Another GL hack, by Danny Sung, Brian Paul, Ed Mackey,
-and Jamie Zawinski.
+dimensions.
+
+Written by Brian Paul, Jamie Zawinski. Danny Sung, and Ed Mackey; 1997.
   </_description>
 </screensaver>