
/*
 * xanim_x11.h
 *
 * Copyright (C) 1990,1991,1992 by Mark Podlipec. 
 * All rights reserved.
 *
 * This software may be freely copied, modified and redistributed
 * without fee provided that this copyright notice is preserved 
 * intact on all copies and modified copies.
 * 
 * There is no warranty or other guarantee of fitness of this software.
 * It is provided solely "as is". The author(s) disclaim(s) all
 * responsibility and liability with respect to this software's usage
 * or its effect upon hardware or computer systems.
 *
 */

/*********************************** X11 stuff */
extern Display       *theDisp;
extern Colormap      theCmap;
extern Window        mainW;
extern GC            theGC;
extern XImage        *theImage, *x11_work_image;
extern XColor         defs[256];
/******************************** Xt new stuff */
extern XtAppContext  theContext;

extern void xanim_expose();
extern void xanim_key();
extern void xanim_quit();
extern void xanim_events();
extern void ShowAnimation();
extern void ShowAction();
extern void Cycle_It();

extern void X11Setup();
