This version of `xwaste' has been tested under the X11 Release 3
version of Motif.
   Note that `xwaste' depends on its resource file for proper operation.
Note also that for the Motif version of `xwaste' the resource file is
named `XWasteMotif', not `XWaste' as with the other two versions of
`xwaste'.  Having distinct names allows you to test/run both versions
simultaneously without resource file name conflicts.
   Whatever names you ultimately choose, don't forget that the resource
file name must be consistent with the name chosen in the source code.
For the Motif version of `xwaste', `xwaste.c' contains the following
lines:

	topLevel = XtInitialize(argv[0], "XWasteMotif", NULL, 0,
		&argc, argv);

You might consider naming this implementation `mwaste'.
   This version of `xwaste' uses a one-plane pixmap for the wastebasket.
It provides the same color support as the version in the `Xt/xwaste2'
directory.  See that directory for an explanation of how these versions
of `xwaste' differ from the one in Chapter 10 of the text.

