~ubuntu-branches/debian/sid/xscreensaver/sid

1.1.2 by Adam Conrad
Import upstream version 4.23
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
3
<screensaver name="celtic" _label="Celtic">
4
5
  <command arg="-root"/>
6
7
  <number id="delay" type="slider" arg="-delay %"
8
          _label="Speed" _low-label="Slow" _high-label="Fast"
9
          low="0" high="50000" default="10000"
10
          convert="invert"/>
11
1.1.4 by Oliver Grawert
Import upstream version 5.04
12
  <number id="delay2" type="slider" arg="-delay2 %"
1.1.2 by Adam Conrad
Import upstream version 4.23
13
          _label="Pause" _low-label="Short" _high-label="Long"
14
          low="0" high="10" default="5"/>
15
16
  <boolean id="graph" _label="Draw Graph" arg-set="-graph"/>
17
18
  <_description>
19
Repeatedly draws random Celtic cross-stitch patterns.
1.1.4 by Oliver Grawert
Import upstream version 5.04
20
21
Written by Max Froumentin; 2005.
1.1.2 by Adam Conrad
Import upstream version 4.23
22
  </_description>
23
</screensaver>