/******************************************************************************
  mainheader.h
  This file contains all the global declarations to be used in the tutorials.
******************************************************************************/

/*-------  INCLUDE FILES ---------*/

#include <X11/Xlib.h>				/* X library */
#include <stdio.h>				/* std input-output */
#include <X11/Xutil.h>				/* X utilities */

/*****************************************************************************
		End of file mainheader.h
******************************************************************************/

