
	Display		*display;
	GC			gc;
	unsigned long	background_color;

	XSetBackground( display, gc,
		background_color );

