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

« back to all changes in this revision

Viewing changes to hacks/config/distort.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas, Tormod Volden, Jose Luis Rivas
  • Date: 2008-07-15 14:48:48 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080715144848-c6c6mhyxij0dk2p7
Tags: 5.05-3
[ Tormod Volden ]
* debian/patches/10_jwz-xscreensaver-randr-patch-3.patch:
  from upstream, addresses issues with xrandr/xinerama
  (Closes: #482385, #428797, #471920, #453708, #473681, #479715, #480231)
* fixed typo "screen < real_nscreens" in driver/lock:1527 from above patch
* drop 61_DualHead-nVidia_bug471920.patch (obsolete)
* drop 67_XineRama-mode_bug473681.patch (obsolete)
* fix m6502.o typo in hacks/Makefile.in
* refresh 53_XScreenSaver.ad.in.patch
* refresh (disabled) 60_add-ant-hack.patch

[ Jose Luis Rivas ]
* add xscreensaver-demo desktop file, thanks to Daniel Dickinson
  (Closes: #480592)
* update package descriptions (thanks jwz)
* fix categories in xscreensaver.menu
* change build-deps from xlibmesa-gl-dev to libgl1-mesa-dev,
  xutils to xutils-dev, x-dev to x11proto-core-dev.
* bump Standards-Version to 3.8.0
* add Vcs fields and Homepage to debian/control
* Flurry is not installed until the bug get fixed (Closes: #484112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
  <select id="effect">
23
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"/>
 
24
   <option id="swamp"  _label="Swamp Thing" arg-set="-effect swamp"/>
 
25
   <option id="bounce" _label="Bounce"      arg-set="-effect bounce"/>
26
26
  </select>
27
27
 
28
28
  <hgroup>
35
35
    <boolean id="vortex" _label="Vortex"        arg-set="-vortex"/>
36
36
   </vgroup>
37
37
  </hgroup>
38
 
  <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
 
38
 
 
39
  <xscreensaver-image />
39
40
 
40
41
  <_description>
41
 
This hack grabs an image of the screen, and then lets a transparent
 
42
Grabs an image of the screen, and then lets a transparent
42
43
lens wander around the screen, magnifying whatever is underneath.
43
 
Written by Jonas Munsin.
 
44
 
 
45
Written by Jonas Munsin; 1998.
44
46
  </_description>
45
47
</screensaver>