1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="distort" _label="Distort">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Frame rate" _low-label="Low" _high-label="High"
9 low="0" high="200000" default="20000"
12 <number id="duration" type="slider" arg="-duration %"
13 _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
14 low="10" high="600" default="120"/>
16 <!-- #### -speed [0] -->
19 <number id="radius" type="slider" arg="-radius %"
20 _label="Lens size" _low-label="Small" _high-label="Large"
21 low="0" high="1000" default="0"/>
24 <number id="count" type="spinbutton" arg="-number %"
25 _label="Lens count" low="0" high="10" default="0"/>
28 <option id="normal" _label="Normal"/>
29 <option id="swamp" _label="Swamp thing" arg-set="-effect swamp"/>
30 <option id="bounce" _label="Bounce" arg-set="-effect bounce"/>
35 <boolean id="reflect" _label="Reflect" arg-set="-reflect"/>
36 <boolean id="magnify" _label="Magnify" arg-set="-magnify"/>
37 <boolean id="blackhole" _label="Black hole" arg-set="-blackhole"/>
38 <boolean id="vortex" _label="Vortex" arg-set="-vortex"/>
39 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
42 <xscreensaver-image />
45 Wandering lenses distort the screen image in various ways.
47 Written by Jonas Munsin; 1998.