http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / gltext.xml
index 63eb51a36b0211b72d23f1e30607ece858f3146d..30929faa6d7297dfb1aa7356c06cf910ba15459b 100644 (file)
   <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
 
   <select id="rotation">
-    <option id="no"  _label="Don't Rotate" arg-set="-no-spin"/>
-    <option id="x"   _label="Rotate around X axis" arg-set="-spin X"/>
-    <option id="y"   _label="Rotate around Y axis" arg-set="-spin Y"/>
-    <option id="z"   _label="Rotate around Z axis" arg-set="-spin Z"/>
+    <option id="no"  _label="Don't Rotate"               arg-set="-spin 0"/>
+    <option id="x"   _label="Rotate around X axis"       arg-set="-spin X"/>
+    <option id="y"   _label="Rotate around Y axis"       arg-set="-spin Y"/>
+    <option id="z"   _label="Rotate around Z axis"       arg-set="-spin Z"/>
     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
   </select>
 
   <select id="facing">
-    <option id="front"   _label="Always face front" arg-set="-front"/>
-    <option id="nofront" _label="Spin all the way around"/>
-  </select>
-
-  <select id="render">
-    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
-    <option id="solid" _label="Solid"/>
+    <option id="front"   _label="Always face front"/>
+    <option id="nofront" _label="Spin all the way around" arg-set="-no-front"/>
   </select>
 
   <string id="text"    _label="Text"    arg="-text %"/>
-  <file   id="program" _label="Program" arg="-program %"/>
+<!--  <file   id="program" _label="Program" arg="-program %"/> -->
 
+  <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
   <_description>
 Displays a few lines of text spinning around in a solid 3D font.
-Written by Jamie Zawinski.
+
+Written by Jamie Zawinski; 2001.
   </_description>
 </screensaver>