/***********************************************************************
 * 
 *  G F O ! 
 *  by Chee Chew
 *      and 
 *     Ken Duda 
 *
 *  (c) 1990
 *
 *  This software is free for distribution.  This notice, however, may 
 *  not be altered.
 *  
 *  Enjoy! (and punt... )
 *
 ***********************************************************************/

#define redraw_whole_well(w) redraw_well(w, 0, 0, w->xc->width, w->xc->height)

XPoint *make_block_poly(struct t_Well *w, int x,  int y,  int z);
