ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-5.01.tar.gz
[xscreensaver] / hacks / config / sballs.xml
index 7907da6c98b365e7f80775a3280df27180e5b711..06c912da214818036562008b82ba35f831be57b4 100644 (file)
@@ -6,7 +6,7 @@
 
   <number id="delay" type="slider" arg="-delay %"
           _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
+          low="0" high="60000" default="30000"
           convert="invert"/>
 
   <select id="object">
     <option id="star" _label="Star" arg-set="-object 8"/>
   </select>
 
-  <select id="render">
-    <option id="normal" _label="Normal"/>
-    <option id="solid" _label="Untextured" arg-set="-no-texture"/>
-    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
-  </select>
-
+  <boolean id="tex"     _label="Textured"  arg-unset="-no-texture"/>
+  <boolean id="wire"    _label="Wireframe"   arg-set="-wireframe"/>
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
   <_description>
-Draws an animation of textured balls spinning like crazy in GL.
-Requires OpenGL, and a machine with fast hardware support for texture
-maps.
+Draws an animation of textured balls spinning like crazy.
 
-Written by Eric Lassauge &lt;lassauge@free.fr&gt;.
+Written by Eric Lassauge; 2002.
   </_description>
 </screensaver>