home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / space / software / unix / xanim / xanim_ct.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-04  |  774 b   |  27 lines

  1.  
  2. /*
  3.  * xanim_act.h
  4.  *
  5.  * Copyright (C) 1991,1992 by Mark Podlipec. 
  6.  * All rights reserved.
  7.  *
  8.  * This software may be freely copied, modified and redistributed
  9.  * without fee provided that this copyright notice is preserved 
  10.  * intact on all copies and modified copies.
  11.  * 
  12.  * There is no warranty or other guarantee of fitness of this software.
  13.  * It is provided solely "as is". The author(s) disclaim(s) all
  14.  * responsibility and liability with respect to this software's usage
  15.  * or its effect upon hardware or computer systems.
  16.  *
  17.  */
  18.  
  19. /*********************************** X11 stuff */
  20. extern Display       *theDisp;
  21. extern Colormap      theCmap;
  22. extern Window        mainW;
  23. extern GC            theGC;
  24. extern XImage        *theImage;
  25. extern XColor         defs[256];
  26.  
  27.