v12i074: xancur - root cursor animation program, Part01/04

Christopher North-Keys erlkonig at gnu.ai.mit.edu
Fri May 3 16:43:58 AEST 1991


Submitted-by: erlkonig at gnu.ai.mit.edu (Christopher North-Keys)
Posting-number: Volume 12, Issue 74
Archive-name: xancur/part01

     The xancur program allows the user to animate the background
     ("root")  cursor  on  a workstation display running X.  Nor-
     mally, one experiments with xancur until one finds a  pleas-
     ing,  personalized  look,  then puts the xancur command that
     produces it into an X  startup  file.   If  no  options  are
     specified,  xancur  will  attempt to read a scriptfile named
     .xancur  in  the  user's  home  directory  for  a  list   of
     cursor/mask filenames.

#! /bin/sh
# This is a shell archive.  Remove anything before this line, then unpack
# it by saving it into a file and typing "sh file".  To overwrite existing
# files, type "sh file -c".  You can also feed this as standard input via
# unshar, or by typing "sh <file", e.g..  If this archive is complete, you
# will see the following message at the end:
#		"End of archive 1 (of 4)."
# Contents:  . ./xancur ./xancur/Dist ./xancur/Imakefile
#   ./xancur/MANIFEST ./xancur/README ./xancur/Script
#   ./xancur/animations ./xancur/animations/Imakefile
#   ./xancur/animations/Script ./xancur/animations/fourpoints
#   ./xancur/animations/fourpoints/Imakefile
#   ./xancur/animations/fourpoints/Script
#   ./xancur/animations/fourpoints/Script.inv
#   ./xancur/animations/fourpoints/Script.rev
#   ./xancur/animations/fourpoints/fourpoints0
#   ./xancur/animations/fourpoints/fourpoints0.mask
#   ./xancur/animations/fourpoints/fourpoints15
#   ./xancur/animations/fourpoints/fourpoints30
#   ./xancur/animations/fourpoints/fourpoints45
#   ./xancur/animations/fourpoints/fourpoints60
#   ./xancur/animations/fourpoints/fourpoints75
# Wrapped by chudnall at pooh.cc.utexas.edu on Thu May  2 00:31:49 1991
PATH=/bin:/usr/bin:/usr/ucb ; export PATH
if test ! -d './xancur' ; then
    echo shar: Creating directory \"'./xancur'\"
    mkdir './xancur'
fi
if test -f './xancur/Dist' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/Dist'\"
else
echo shar: Extracting \"'./xancur/Dist'\" \(802 characters\)
sed "s/^X//" >'./xancur/Dist' <<'END_OF_FILE'
X#!/bin/csh -fb
X#	make ready for distribution 
X
Xset verbose
X
Xxmkmf
Xmake Makefiles
Xmake clean
X
Xnroff -man xancur.man | col > xancur.txt
X
Xcat <<... > MANIFEST
X
X                    xancur (ksan'ker) version 1.3
X
X-----------------------------------------------------------MANIFEST
X...
X
Xls -FlagsR >> MANIFEST
X
Xif($#argv == 0) exit 0
X
Xpushd ..
X
Xcat <<... > xancur.tar.Z.uu.sh
X#!/bin/sh
X...
X
Xcat xancur/README | sed 's@^@&# @g' >> xancur.tar.Z.uu.sh
X
Xtar cvf - xancur \
X	| compress \
X	| uuencode xancur.tar.Z > xancur.tar.Z.uu
X
Xshar xancur.tar.Z.uu | grep -v '^exit 0$' >> xancur.tar.Z.uu.sh
Xrm xancur.tar.Z.uu
X
Xcat <<... >> xancur.tar.Z.uu.sh
Xuudecode xancur.tar.Z.uu
Xzcat xancur.tar.Z | tar xvf -
Xrm -rf xancur.tar.Z.uu xancur.tar.Z
Xecho shar: Source ready.
Xexit 0
X...
X
Xpopd
X
Xexit 0
X#--------------------eofEND_OF_FILE
if test 802 -ne `wc -c <'./xancur/Dist'`; then
    echo shar: \"'./xancur/Dist'\" unpacked with wrong size!
fi
chmod +x './xancur/Dist'
# end of './xancur/Dist'
fi
if test -f './xancur/Imakefile' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/Imakefile'\"
else
echo shar: Extracting \"'./xancur/Imakefile'\" \(431 characters\)
sed "s/^X//" >'./xancur/Imakefile' <<'END_OF_FILE'
X#define IHaveSubdirs
X#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
X
X        SUBDIRS = animations
X        DEPLIBS = $(DEPXLIB)
XLOCAL_LIBRARIES = $(XLIB)
X           SRCS = xancur.c
X           OBJS = xancur.o
X      XANCURDIR = $(LIBDIR)/xancur
X    STD_DEFINES = -DXANCUR_SCRIPT=\"$(XANCURDIR)/Script\"
X
X
XAllTarget(xancur)
X
XMakeMakeSubdirs($(SUBDIRS),install)
XSimpleProgramTarget(xancur)
XMakeDirectories(install,$(XANCURDIR))
X
X
END_OF_FILE
if test 431 -ne `wc -c <'./xancur/Imakefile'`; then
    echo shar: \"'./xancur/Imakefile'\" unpacked with wrong size!
fi
# end of './xancur/Imakefile'
fi
if test -f './xancur/MANIFEST' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/MANIFEST'\"
else
echo shar: Extracting \"'./xancur/MANIFEST'\" \(2749 characters\)
sed "s/^X//" >'./xancur/MANIFEST' <<'END_OF_FILE'
X
X                    xancur (ksan'ker) version 1.3
X
X-----------------------------------------------------------MANIFEST
Xtotal 54
X   1 drwxr-sr-x  3 erlkonig talisman      512 Apr 25 07:32 ./
X   1 drwxr-s--x 18 erlkonig talisman     1024 Apr 25 07:31 ../
X   1 -rwxr-xr-x  1 erlkonig talisman      802 Apr 25 07:29 Dist*
X   1 -rw-r--r--  1 erlkonig talisman      431 Apr 25  1990 Imakefile
X   1 -rw-r--r--  1 erlkonig talisman      120 Apr 25 07:32 MANIFEST
X  13 -rw-r--r--  1 erlkonig talisman    13141 Apr 25 07:32 Makefile
X   3 -rw-r--r--  1 erlkonig talisman     2622 Apr 25 06:40 README
X   1 -rw-r--r--  1 erlkonig talisman       26 Apr 25 03:59 Script
X   1 drwxr-sr-x  3 erlkonig talisman      512 Apr 25 07:32 animations/
X  16 -rw-r--r--  1 erlkonig talisman    16343 Apr 25 05:07 xancur.c
X   7 -rw-r--r--  1 erlkonig talisman     6225 Apr 25 04:49 xancur.man
X   8 -rw-r--r--  1 erlkonig talisman     7893 Apr 25 07:32 xancur.txt
X
Xanimations:
Xtotal 18
X   1 drwxr-sr-x  3 erlkonig talisman      512 Apr 25 07:32 ./
X   1 drwxr-sr-x  3 erlkonig talisman      512 Apr 25 07:32 ../
X   1 -rw-r--r--  1 erlkonig talisman      198 Apr 25  1990 Imakefile
X  13 -rw-r--r--  1 erlkonig talisman    12305 Apr 25 07:32 Makefile
X   1 -rw-r--r--  1 erlkonig talisman       26 Feb 22 21:16 Script
X   1 drwxr-sr-x  2 erlkonig talisman      512 Apr 25 07:32 fourpoints/
X
Xanimations/fourpoints:
Xtotal 64
X   1 drwxr-sr-x  2 erlkonig talisman      512 Apr 25 07:32 ./
X   1 drwxr-sr-x  3 erlkonig talisman      512 Apr 25 07:32 ../
X   1 -rw-r--r--  1 erlkonig talisman      691 Apr 25  1990 Imakefile
X  10 -rw-r--r--  1 erlkonig talisman     9425 Apr 25 07:32 Makefile
X   1 -rw-r--r--  1 erlkonig talisman       77 Apr 25  1990 Script
X   1 -rw-r--r--  1 erlkonig talisman      178 Apr 25 03:52 Script.inv
X   1 -rw-r--r--  1 erlkonig talisman       77 Mar  3 23:07 Script.rev
X   4 -rw-r--r--  1 erlkonig talisman     3303 Mar 29  1990 fourpoints0
X   4 -rw-r--r--  1 erlkonig talisman     3303 Mar 29  1990 fourpoints0.mask
X   4 -rw-r--r--  1 erlkonig talisman     3308 Mar 29  1990 fourpoints15
X   4 -rw-r--r--  1 erlkonig talisman     3308 Mar 29  1990 fourpoints15.mask
X   4 -rw-r--r--  1 erlkonig talisman     3308 Mar 29  1990 fourpoints30
X   4 -rw-r--r--  1 erlkonig talisman     3308 Mar 29  1990 fourpoints30.mask
X   4 -rw-r--r--  1 erlkonig talisman     3308 Mar 29  1990 fourpoints45
X   4 -rw-r--r--  1 erlkonig talisman     3308 Mar 29  1990 fourpoints45.mask
X   4 -rw-r--r--  1 erlkonig talisman     3308 Mar 29  1990 fourpoints60
X   4 -rw-r--r--  1 erlkonig talisman     3308 Mar 29  1990 fourpoints60.mask
X   4 -rw-r--r--  1 erlkonig talisman     3308 Mar 29  1990 fourpoints75
X   4 -rw-r--r--  1 erlkonig talisman     3308 Mar 29  1990 fourpoints75.mask
END_OF_FILE
if test 2749 -ne `wc -c <'./xancur/MANIFEST'`; then
    echo shar: \"'./xancur/MANIFEST'\" unpacked with wrong size!
fi
# end of './xancur/MANIFEST'
fi
if test -f './xancur/README' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/README'\"
else
echo shar: Extracting \"'./xancur/README'\" \(2622 characters\)
sed "s/^X//" >'./xancur/README' <<'END_OF_FILE'
X
X                    xancur (ksan'ker) version 1.3
X
X-----------------------------------------------------------README
X
XNAME
X     xancur - root cursor animation program for X
X
XSYNOPSIS
X     xancur [-help] [-display display] [-usleep microseconds]  [-
X     fg  color]  [-bg  color]  [-rv]  [-script scriptname] [-iter
X     iterations] [cursorfile maskfile]...
X
XDESCRIPTION
X     The xancur program allows the user to animate the background
X     ("root")  cursor  on  a workstation display running X.  Nor-
X     mally, one experiments with xancur until one finds a  pleas-
X     ing,  personalized  look,  then puts the xancur command that
X     produces it into an X  startup  file.   If  no  options  are
X     specified,  xancur  will  attempt to read a scriptfile named
X     .xancur  in  the  user's  home  directory  for  a  list   of
X     cursor/mask filenames.
X
XThis program has been provided with both Imakefiles and example Makefiles
Xfor those not succeeding in the use of imake.  As supplied, the default
Xcompiler in the Makefiles *may* be the GNU CC compiler "gcc".
X
XMakefiles can be compiled from Imakefiles with the following command,
Xcommonly installed in well-run X installations to prevent users from
Xhaving to work out the details themselves:
X
X	xmkmf
X
XAn example Makefile, Makefile.dist, has been provided.  The following
Xcommand may succeed in the event that xmkmf(1) fails:
X
X	make Makefile
X
XIf either case succeeds, follow with
X
X	make Makefiles
X
XThe next stage, of course, is
X
X	make
X
XTest the resulting binary with
X
X	xancur -script Script
X
XFinally, you can finish up with
X
X	make install
X
XThe Imakefiles can be edited to change the location of the default
Xanimated cursor by changing the following lines as desired.  Note that
X$(LIBDIR) refers to the macro from the imake template files for X11.
XThe same lines may be edited in the Makefiles.
X
X      XANCURDIR = $(LIBDIR)/xancur
X    STD_DEFINES = -DXANCUR_SCRIPT=\"$(XANCURDIR)/Script\"
X
XThis software was developed on a Sun 3/150 workstation using SunOS 4.0.3,
XGNU Emacs 18.52, GNU GCC 1.37.1, GNU GDB 3.4, X11R4, and the ``smooth''
Xfont "-Talisman-Smooth-Bold-R-Normal--12-120-80-80-C-76-None-1".  Further
Xwork was done on a SPARCstation 1+ running SunOS 4.1 .
X
XHave a nice day :-)
X
XChristopher Alexander North-Keys (erlkonig at gnu.ai.mit.edu)
X
X______________________________________________________________________________
XChristopher Alex.North-Keys                               Unix Systems Analyst
Xerlkonig at gnu.ai.mit.edu                                         Group Talisman
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
END_OF_FILE
if test 2622 -ne `wc -c <'./xancur/README'`; then
    echo shar: \"'./xancur/README'\" unpacked with wrong size!
fi
# end of './xancur/README'
fi
if test -f './xancur/Script' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/Script'\"
else
echo shar: Extracting \"'./xancur/Script'\" \(26 characters\)
sed "s/^X//" >'./xancur/Script' <<'END_OF_FILE'
X-script animations/Script
END_OF_FILE
if test 26 -ne `wc -c <'./xancur/Script'`; then
    echo shar: \"'./xancur/Script'\" unpacked with wrong size!
fi
# end of './xancur/Script'
fi
if test ! -d './xancur/animations' ; then
    echo shar: Creating directory \"'./xancur/animations'\"
    mkdir './xancur/animations'
fi
if test -f './xancur/animations/Imakefile' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/Imakefile'\"
else
echo shar: Extracting \"'./xancur/animations/Imakefile'\" \(198 characters\)
sed "s/^X//" >'./xancur/animations/Imakefile' <<'END_OF_FILE'
X#define IHaveSubdirs
X
X      XANCURDIR = $(LIBDIR)/xancur
X        SUBDIRS = fourpoints
X
XMakeMakeSubdirs($(SUBDIRS),install)
XMakeDirectories(install,$(XANCURDIR))
X
XInstallNonExec(Script,$(XANCURDIR))
END_OF_FILE
if test 198 -ne `wc -c <'./xancur/animations/Imakefile'`; then
    echo shar: \"'./xancur/animations/Imakefile'\" unpacked with wrong size!
fi
# end of './xancur/animations/Imakefile'
fi
if test -f './xancur/animations/Script' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/Script'\"
else
echo shar: Extracting \"'./xancur/animations/Script'\" \(26 characters\)
sed "s/^X//" >'./xancur/animations/Script' <<'END_OF_FILE'
X-script fourpoints/Script
END_OF_FILE
if test 26 -ne `wc -c <'./xancur/animations/Script'`; then
    echo shar: \"'./xancur/animations/Script'\" unpacked with wrong size!
fi
# end of './xancur/animations/Script'
fi
if test ! -d './xancur/animations/fourpoints' ; then
    echo shar: Creating directory \"'./xancur/animations/fourpoints'\"
    mkdir './xancur/animations/fourpoints'
fi
if test -f './xancur/animations/fourpoints/Imakefile' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/fourpoints/Imakefile'\"
else
echo shar: Extracting \"'./xancur/animations/fourpoints/Imakefile'\" \(691 characters\)
sed "s/^X//" >'./xancur/animations/fourpoints/Imakefile' <<'END_OF_FILE'
X
X      XANCURDIR = $(LIBDIR)/xancur
X        THISDIR = fourpoints
X        THATDIR = $(XANCURDIR)/$(THISDIR)
X
XMakeDirectories(install,$(THATDIR))
X
XInstallNonExec(Script,$(THATDIR))
XInstallNonExec(fourpoints0,$(THATDIR))
XInstallNonExec(fourpoints0.mask,$(THATDIR))
XInstallNonExec(fourpoints15,$(THATDIR))
XInstallNonExec(fourpoints15.mask,$(THATDIR))
XInstallNonExec(fourpoints30,$(THATDIR))
XInstallNonExec(fourpoints30.mask,$(THATDIR))
XInstallNonExec(fourpoints45,$(THATDIR))
XInstallNonExec(fourpoints45.mask,$(THATDIR))
XInstallNonExec(fourpoints60,$(THATDIR))
XInstallNonExec(fourpoints60.mask,$(THATDIR))
XInstallNonExec(fourpoints75,$(THATDIR))
XInstallNonExec(fourpoints75.mask,$(THATDIR))
X
X
X
X
END_OF_FILE
if test 691 -ne `wc -c <'./xancur/animations/fourpoints/Imakefile'`; then
    echo shar: \"'./xancur/animations/fourpoints/Imakefile'\" unpacked with wrong size!
fi
# end of './xancur/animations/fourpoints/Imakefile'
fi
if test -f './xancur/animations/fourpoints/Script' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/fourpoints/Script'\"
else
echo shar: Extracting \"'./xancur/animations/fourpoints/Script'\" \(77 characters\)
sed "s/^X//" >'./xancur/animations/fourpoints/Script' <<'END_OF_FILE'
Xfourpoints0
Xfourpoints15
Xfourpoints30
Xfourpoints45
Xfourpoints60
Xfourpoints75
END_OF_FILE
if test 77 -ne `wc -c <'./xancur/animations/fourpoints/Script'`; then
    echo shar: \"'./xancur/animations/fourpoints/Script'\" unpacked with wrong size!
fi
# end of './xancur/animations/fourpoints/Script'
fi
if test -f './xancur/animations/fourpoints/Script.inv' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/fourpoints/Script.inv'\"
else
echo shar: Extracting \"'./xancur/animations/fourpoints/Script.inv'\" \(178 characters\)
sed "s/^X//" >'./xancur/animations/fourpoints/Script.inv' <<'END_OF_FILE'
X-bg white
X-fg black
Xfourpoints0
Xfourpoints15
Xfourpoints30
Xfourpoints45
Xfourpoints60
Xfourpoints75
X-rv
Xfourpoints75
Xfourpoints60
Xfourpoints45
Xfourpoints30
Xfourpoints15
Xfourpoints0
END_OF_FILE
if test 178 -ne `wc -c <'./xancur/animations/fourpoints/Script.inv'`; then
    echo shar: \"'./xancur/animations/fourpoints/Script.inv'\" unpacked with wrong size!
fi
# end of './xancur/animations/fourpoints/Script.inv'
fi
if test -f './xancur/animations/fourpoints/Script.rev' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/fourpoints/Script.rev'\"
else
echo shar: Extracting \"'./xancur/animations/fourpoints/Script.rev'\" \(77 characters\)
sed "s/^X//" >'./xancur/animations/fourpoints/Script.rev' <<'END_OF_FILE'
Xfourpoints75
Xfourpoints60
Xfourpoints45
Xfourpoints30
Xfourpoints15
Xfourpoints0
END_OF_FILE
if test 77 -ne `wc -c <'./xancur/animations/fourpoints/Script.rev'`; then
    echo shar: \"'./xancur/animations/fourpoints/Script.rev'\" unpacked with wrong size!
fi
# end of './xancur/animations/fourpoints/Script.rev'
fi
if test -f './xancur/animations/fourpoints/fourpoints0' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/fourpoints/fourpoints0'\"
else
echo shar: Extracting \"'./xancur/animations/fourpoints/fourpoints0'\" \(3303 characters\)
sed "s/^X//" >'./xancur/animations/fourpoints/fourpoints0' <<'END_OF_FILE'
X#define fourpoints0_width 63
X#define fourpoints0_height 63
X#define fourpoints0_x_hot 31
X#define fourpoints0_y_hot 31
Xstatic char fourpoints0_bits[] = {
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0a, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xaa,
X   0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd4, 0x3f, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0xa8, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd0,
X   0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x07, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0xc0, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
X   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x80, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
X   0x80, 0x02, 0x00, 0x00, 0x00, 0x00, 0x80, 0x02, 0x00, 0x05, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x05, 0x80, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0a,
X   0x00, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0xaa, 0x7f, 0x00, 0x00,
X   0x00, 0x00, 0xaa, 0x7f, 0xd4, 0x3f, 0x00, 0x00, 0x00, 0x00, 0xd4, 0x3f,
X   0xa8, 0x1f, 0x00, 0x00, 0x00, 0x00, 0xa8, 0x1f, 0xd0, 0x0f, 0x00, 0x00,
X   0x00, 0x00, 0xd0, 0x0f, 0xa0, 0x07, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x07,
X   0xc0, 0x03, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0x80, 0x01, 0x00, 0x00,
X   0x00, 0x00, 0x80, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0a, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xaa,
X   0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd4, 0x3f, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0xa8, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd0,
X   0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x07, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0xc0, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
X   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00};
END_OF_FILE
if test 3303 -ne `wc -c <'./xancur/animations/fourpoints/fourpoints0'`; then
    echo shar: \"'./xancur/animations/fourpoints/fourpoints0'\" unpacked with wrong size!
fi
# end of './xancur/animations/fourpoints/fourpoints0'
fi
if test -f './xancur/animations/fourpoints/fourpoints0.mask' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/fourpoints/fourpoints0.mask'\"
else
echo shar: Extracting \"'./xancur/animations/fourpoints/fourpoints0.mask'\" \(3303 characters\)
sed "s/^X//" >'./xancur/animations/fourpoints/fourpoints0.mask' <<'END_OF_FILE'
X#define fourpoints0_width 63
X#define fourpoints0_height 63
X#define fourpoints0_x_hot 31
X#define fourpoints0_y_hot 31
Xstatic char fourpoints0_bits[] = {
X   0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0,
X   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0xf0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8,
X   0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff,
X   0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8,
X   0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x07, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0,
X   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0xc0, 0x01, 0x00, 0x00,
X   0x00, 0x00, 0xc0, 0x01, 0xe0, 0x03, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x03,
X   0xf0, 0x07, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x07, 0xf8, 0x0f, 0x00, 0x00,
X   0x00, 0x00, 0xf8, 0x0f, 0xfc, 0x1f, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f,
X   0xfe, 0x3f, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x3f, 0xff, 0x7f, 0x00, 0x00,
X   0x00, 0x00, 0xff, 0x7f, 0xfe, 0x3f, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x3f,
X   0xfc, 0x1f, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0xf8, 0x0f, 0x00, 0x00,
X   0x00, 0x00, 0xf8, 0x0f, 0xf0, 0x07, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x07,
X   0xe0, 0x03, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x03, 0xc0, 0x01, 0x00, 0x00,
X   0x00, 0x00, 0xc0, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0,
X   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0xf0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8,
X   0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff,
X   0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8,
X   0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x07, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0,
X   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00};
END_OF_FILE
if test 3303 -ne `wc -c <'./xancur/animations/fourpoints/fourpoints0.mask'`; then
    echo shar: \"'./xancur/animations/fourpoints/fourpoints0.mask'\" unpacked with wrong size!
fi
# end of './xancur/animations/fourpoints/fourpoints0.mask'
fi
if test -f './xancur/animations/fourpoints/fourpoints15' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/fourpoints/fourpoints15'\"
else
echo shar: Extracting \"'./xancur/animations/fourpoints/fourpoints15'\" \(3308 characters\)
sed "s/^X//" >'./xancur/animations/fourpoints/fourpoints15' <<'END_OF_FILE'
X#define fourpoints15_width 63
X#define fourpoints15_height 63
X#define fourpoints15_x_hot 31
X#define fourpoints15_y_hot 31
Xstatic char fourpoints15_bits[] = {
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0xa0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0xa0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x40, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xea, 0x1f, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0xf5, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0xea, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf4, 0x03, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0xe8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x2a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x54, 0xff, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0xa8, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x50, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x1f, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x40, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x80, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00,
X   0x00, 0x00, 0x40, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x05,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0a, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0xd5, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xea, 0x1f,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd4, 0x0f, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0xe8, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd0, 0x03,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2a,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0xa8, 0xfe, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0xff,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x7e, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x40, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x1e,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
END_OF_FILE
if test 3308 -ne `wc -c <'./xancur/animations/fourpoints/fourpoints15'`; then
    echo shar: \"'./xancur/animations/fourpoints/fourpoints15'\" unpacked with wrong size!
fi
# end of './xancur/animations/fourpoints/fourpoints15'
fi
if test -f './xancur/animations/fourpoints/fourpoints30' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/fourpoints/fourpoints30'\"
else
echo shar: Extracting \"'./xancur/animations/fourpoints/fourpoints30'\" \(3308 characters\)
sed "s/^X//" >'./xancur/animations/fourpoints/fourpoints30' <<'END_OF_FILE'
X#define fourpoints30_width 63
X#define fourpoints30_height 63
X#define fourpoints30_x_hot 31
X#define fourpoints30_y_hot 31
Xstatic char fourpoints30_bits[] = {
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa8, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0xa0, 0xfa, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xfd, 0x03, 0x00,
X   0x00, 0x02, 0x00, 0x00, 0x80, 0xfa, 0x01, 0x00, 0x00, 0x04, 0x00, 0x00,
X   0x00, 0xfd, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x7a, 0x00, 0x00,
X   0x00, 0x14, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x00,
X   0x00, 0x18, 0x00, 0x00, 0x00, 0x54, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00,
X   0xa8, 0xfe, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0xff, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0xa0, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x40, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x1e, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0xa0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x01,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x02, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x40, 0xf5, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xfa, 0x07,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf5, 0x03, 0x00, 0x00, 0x08, 0x00,
X   0x00, 0x00, 0xfa, 0x01, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0xf4, 0x00,
X   0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x50, 0x00,
X   0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0xa8, 0x00, 0x00, 0x00, 0x10, 0x00,
X   0x00, 0x00, 0x50, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0xfa, 0x07,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xfd, 0x03, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x80, 0xfa, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfd, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7a, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
END_OF_FILE
if test 3308 -ne `wc -c <'./xancur/animations/fourpoints/fourpoints30'`; then
    echo shar: \"'./xancur/animations/fourpoints/fourpoints30'\" unpacked with wrong size!
fi
# end of './xancur/animations/fourpoints/fourpoints30'
fi
if test -f './xancur/animations/fourpoints/fourpoints45' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/fourpoints/fourpoints45'\"
else
echo shar: Extracting \"'./xancur/animations/fourpoints/fourpoints45'\" \(3308 characters\)
sed "s/^X//" >'./xancur/animations/fourpoints/fourpoints45' <<'END_OF_FILE'
X#define fourpoints45_width 63
X#define fourpoints45_height 63
X#define fourpoints45_x_hot 31
X#define fourpoints45_y_hot 31
Xstatic char fourpoints45_bits[] = {
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00,
X   0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x40, 0x01, 0x00,
X   0x00, 0x00, 0x05, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00, 0x0a, 0x00,
X   0x00, 0x40, 0x05, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x80, 0x0a, 0x00,
X   0x00, 0x00, 0x2a, 0x00, 0x00, 0xd5, 0x3f, 0x00, 0x00, 0x54, 0xff, 0x00,
X   0x00, 0xea, 0x1f, 0x00, 0x00, 0xa8, 0x7f, 0x00, 0x00, 0xd4, 0x0f, 0x00,
X   0x00, 0x50, 0x3f, 0x00, 0x00, 0xe8, 0x07, 0x00, 0x00, 0xa0, 0x1f, 0x00,
X   0x00, 0xd0, 0x03, 0x00, 0x00, 0x40, 0x0f, 0x00, 0x00, 0xe0, 0x01, 0x00,
X   0x00, 0x80, 0x07, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00,
X   0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x80, 0x00, 0x00,
X   0x00, 0x00, 0x02, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00,
X   0x00, 0x80, 0x02, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x40, 0x05, 0x00,
X   0x00, 0x00, 0x15, 0x00, 0x00, 0x80, 0x0a, 0x00, 0x00, 0x00, 0x2a, 0x00,
X   0x00, 0xd5, 0x3f, 0x00, 0x00, 0x54, 0xff, 0x00, 0x00, 0xea, 0x1f, 0x00,
X   0x00, 0xa8, 0x7f, 0x00, 0x00, 0xd4, 0x0f, 0x00, 0x00, 0x50, 0x3f, 0x00,
X   0x00, 0xe8, 0x07, 0x00, 0x00, 0xa0, 0x1f, 0x00, 0x00, 0xd0, 0x03, 0x00,
X   0x00, 0x40, 0x0f, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00, 0x80, 0x07, 0x00,
X   0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x40, 0x00, 0x00,
X   0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
END_OF_FILE
if test 3308 -ne `wc -c <'./xancur/animations/fourpoints/fourpoints45'`; then
    echo shar: \"'./xancur/animations/fourpoints/fourpoints45'\" unpacked with wrong size!
fi
# end of './xancur/animations/fourpoints/fourpoints45'
fi
if test -f './xancur/animations/fourpoints/fourpoints60' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/fourpoints/fourpoints60'\"
else
echo shar: Extracting \"'./xancur/animations/fourpoints/fourpoints60'\" \(3308 characters\)
sed "s/^X//" >'./xancur/animations/fourpoints/fourpoints60' <<'END_OF_FILE'
X#define fourpoints60_width 63
X#define fourpoints60_height 63
X#define fourpoints60_x_hot 31
X#define fourpoints60_y_hot 31
Xstatic char fourpoints60_bits[] = {
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa8, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x50, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0xfa, 0x07,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xfd, 0x03, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x80, 0xfa, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfd, 0x00,
X   0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x7a, 0x00, 0x00, 0x00, 0x20, 0x00,
X   0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x18, 0x00,
X   0x00, 0x00, 0xa0, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x50, 0x01,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x02, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x40, 0xf5, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xfa, 0x07,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf5, 0x03, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0xfa, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf4, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0xa8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0xfd, 0x03, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0xa0, 0xfe, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x40, 0xfd, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x7e, 0x00, 0x00,
X   0x00, 0x08, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00,
X   0x00, 0x1e, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00,
X   0x00, 0x50, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0xa8, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0xa0, 0xfa, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xfd, 0x03, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x80, 0xfa, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0xfd, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7a, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
END_OF_FILE
if test 3308 -ne `wc -c <'./xancur/animations/fourpoints/fourpoints60'`; then
    echo shar: \"'./xancur/animations/fourpoints/fourpoints60'\" unpacked with wrong size!
fi
# end of './xancur/animations/fourpoints/fourpoints60'
fi
if test -f './xancur/animations/fourpoints/fourpoints75' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'./xancur/animations/fourpoints/fourpoints75'\"
else
echo shar: Extracting \"'./xancur/animations/fourpoints/fourpoints75'\" \(3308 characters\)
sed "s/^X//" >'./xancur/animations/fourpoints/fourpoints75' <<'END_OF_FILE'
X#define fourpoints75_width 63
X#define fourpoints75_height 63
X#define fourpoints75_x_hot 31
X#define fourpoints75_y_hot 31
Xstatic char fourpoints75_bits[] = {
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x2a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x54,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa8, 0xfe, 0x01, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x50, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x7e,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x3f, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x80, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x05,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0a, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0xd5, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xea, 0x1f,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd4, 0x0f, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0xe8, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd0, 0x03,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x01, 0x00, 0x00,
X   0x00, 0x00, 0xc0, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,
X   0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x2a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x54, 0xff, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0xa8, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x50, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x1f, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x40, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x80, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0xa0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x05, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x80, 0xea, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0xf5, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xea, 0x07, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0xf4, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0xe8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00,
X   0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
X   0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
END_OF_FILE
if test 3308 -ne `wc -c <'./xancur/animations/fourpoints/fourpoints75'`; then
    echo shar: \"'./xancur/animations/fourpoints/fourpoints75'\" unpacked with wrong size!
fi
# end of './xancur/animations/fourpoints/fourpoints75'
fi
echo shar: End of archive 1 \(of 4\).
cp /dev/null ark1isdone
MISSING=""
for I in 1 2 3 4 ; do
    if test ! -f ark${I}isdone ; then
	MISSING="${MISSING} ${I}"
    fi
done
if test "${MISSING}" = "" ; then
    echo You have unpacked all 4 archives.
    rm -f ark[1-9]isdone
else
    echo You still need to unpack the following archives:
    echo "        " ${MISSING}
fi
##  End of shell archive.
exit 0

--
Dan Heller
O'Reilly && Associates       Z-Code Software    Comp-sources-x:
Senior Writer                President          comp-sources.x at uunet.uu.net
argv at ora.com                 argv at zipcode.com



More information about the Comp.sources.x mailing list