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="Speed" _low-label="Slow" _high-label="Fast"
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"/>
23 <number id="count" type="spinbutton" arg="-number %"
24 _label="Lens Count" low="0" high="10" default="0"/>
27 <option id="normal" _label="Normal"/>
28 <option id="swamp" _label="Swamp Thing" arg-set="-effect swamp"/>
29 <option id="bounce" _label="Bounce" arg-set="-effect bounce"/>
34 <boolean id="reflect" _label="Reflect" arg-set="-reflect"/>
35 <boolean id="magnify" _label="Magnify" arg-set="-magnify"/>
38 <boolean id="blackhole" _label="Black Hole" arg-set="-blackhole"/>
39 <boolean id="vortex" _label="Vortex" arg-set="-vortex"/>
43 <xscreensaver-image />
46 Grabs an image of the screen, and then lets a transparent
47 lens wander around the screen, magnifying whatever is underneath.
49 Written by Jonas Munsin; 1998.