	This disc and its contents are supplied for informational purposes
	only and therefore no guarantee is supplied with it and no liability
	for losses incurred by its use can be accepted.


	This disc demonstrates the use of an X emulation library to run an X application
	in the windows NT environment.  The source code for tst.c is unchanged
	from the X version except for the line #include <xnt.h> replacing
	#include <X11.h>.

	Contents:

	xnt.h
	xlib.c
	tst.c
	makefile

	xlib.c is a subset of the X11 library.

	xnt.h is an include file required to compile an X11 application.

	tst.c is a simple X application, that will be created by the makefile.
	
	To run the application type tst, to exit press any key, pick in the
	window to show a text string at the pick.        +
