gadutil.library/GU_ClearWindow                 gadutil.library/GU_ClearWindow

   NAME
	GU_ClearWindow -- Fill the inside of a window with selected color.

   SYNOPSIS
	GU_ClearWindow(window, color)
	               A0      D0

	VOID GU_ClearWindow(struct Window *, UWORD);

   FUNCTION
	Fills the inner area of a window with given color.

   INPUTS
	window - pointer to the window to be filled

	color - the color to use. Use color 0 to clear the window.

   BUGS
	none known

   SEE ALSO
