home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / Linux / Apps / xanim.tgz / xanim / xanim27064 / xa_x11.h < prev    next >
C/C++ Source or Header  |  1997-01-26  |  1KB  |  44 lines

  1.  
  2. /*
  3.  * xa_x11.h
  4.  *
  5.  * Copyright (C) 1990,1991,1992,1993,1994,1995,1996,1997 by Mark Podlipec. 
  6.  * All rights reserved.
  7.  *
  8.  * This software may be freely copied and redistributed without
  9.  * fee for non-commerical purposes provided that this copyright notice is
  10.  * preserved 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 int        theScreen;
  22. extern Colormap        theCmap;
  23. extern Window        mainW;
  24. #ifdef XMBUF
  25. extern Window        mainWbuffers[2];
  26. extern int        mainWbufIndex;
  27. #endif
  28. extern GC        theGC;
  29. extern XImage        *theImage;
  30. extern XColor        defs[256];
  31. /******************************** Xt new stuff */
  32. extern XtAppContext    theContext;
  33.  
  34. extern void xanim_expose();
  35. extern void xanim_key();
  36. extern void xanim_quit();
  37. extern void xanim_events();
  38. extern void XAnim_Looped();
  39. extern void Cycle_It();
  40.  
  41. extern void X11Setup();
  42. extern void X11_Show_Visuals();
  43.  
  44.