From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / antinspect.xml
index 0d0767f5c1c35d7395d09c145d9bf8b8abb1a0b8..dcc8f8520d4603955d186c09a8b3cd163841a25b 100644 (file)
@@ -1,20 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="antinspect" _label="AntInspect">
+<screensaver name="antinspect" _label="AntInspect" gl="yes">
 
   <command arg="-root"/>
 
   <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="20000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           convert="invert"/>
 
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
-  <boolean id="shadows" _label="Draw Shadows" arg-set="-shadows"/>
+  <boolean id="shadows" _label="Draw shadows" arg-set="-shadows"/>
+
+  <xscreensaver-updater />
 
   <_description>
 Draws a trio of ants moving their spheres around a circle.
-Written by Blair Tennessy.
+
+Written by Blair Tennessy; 2004.
   </_description>
 </screensaver>