http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / hacks / decayscreen.hlp
1 1 DECAYSCREEN
2 Make a screen meltdown.
3
4 SYNOPSIS
5    decayscreen [-display host:display.screen] [-window] [-root] [-mono] 
6                [-delay usecs]
7
8 2 DESCRIPTION
9 The decayscreen program creates a melting effect by randomly
10 shifting rectangles around the screen.
11
12 2 OPTIONS
13 decayscreen accepts the following options:
14
15    -window
16 Draw on a newly-created window.  This is the default.
17
18    -root
19 Draw on the root window.
20
21    -mono 
22 If on a color display, pretend we're on a monochrome display.
23
24    -delay microseconds
25 Slow it down.
26
27 2 ENVIRONMENT
28
29    DISPLAY
30 to get the default host and display number.
31
32    XENVIRONMENT
33 to get the name of a resource file that overrides the global resources
34 stored in the RESOURCE_MANAGER property.
35
36 2 COPYRIGHT
37 Copyright 1992 by Vivek Khera.  Permission to use, copy, modify, distribute, 
38 and sell this software and its documentation for any purpose is hereby granted
39 without fee, provided that the above copyright notice appear in all copies and
40 that both that copyright notice and this permission notice appear in 
41 supporting documentation.  No representations are made about the suitability
42 of this software for any purpose.  It is provided "as is" without express or
43 implied warranty.
44
45 2 AUTHOR
46 Vivek Khera <khera@cs.duke.edu>, 05-Aug-93; based on code by David Wald, 1988.