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="1000"
12 <!-- #### -speed [0] -->
15 <number id="radius" type="slider" arg="-radius %"
16 _label="Lens Size" _low-label="Small" _high-label="Large"
17 low="0" high="1000" default="0"/>
19 <number id="count" type="spinbutton" arg="-number %"
20 _label="Lens Count" low="0" high="10" default="0"/>
23 <option id="normal" _label="Normal"/>
24 <option id="swamp" _label="Swamp Thing" arg-set="-swamp"/>
25 <option id="bounce" _label="Bounce" arg-set="-bounce"/>
30 <boolean id="reflect" _label="Reflect" arg-set="-reflect"/>
31 <boolean id="magnify" _label="Magnify" arg-set="-magnify"/>
34 <boolean id="blackhole" _label="Black Hole" arg-set="-blackhole"/>
35 <boolean id="vortex" _label="Vortex" arg-set="-vortex"/>
38 <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
41 This hack grabs an image of the screen, and then lets a transparent
42 lens wander around the screen, magnifying whatever is underneath.
43 Written by Jonas Munsin.