>># 
>># Copyright 1990, 1991 by the Massachusetts Institute of Technology and
>># UniSoft Group Limited.
>># 
>># Permission to use, copy, modify, distribute, and sell this software and
>># its documentation for any purpose is hereby granted without fee,
>># provided that the above copyright notice appear in all copies and that
>># both that copyright notice and this permission notice appear in
>># supporting documentation, and that the names of MIT and UniSoft not be
>># used in advertising or publicity pertaining to distribution of the
>># software without specific, written prior permission.  MIT and UniSoft
>># make no representations about the suitability of this software for any
>># purpose.  It is provided "as is" without express or implied warranty.
>># 
>># $XConsortium: rclrcrsr.m,v 1.10 92/06/11 17:09:15 rws Exp $
>># 
>>#      SCCS:  @(#)  ECur.mc Rel 1.8	    (2/21/92)
>>#
>>TITLE XRecolorCursor CH06
>>ASSERTION B XRecolorCursor-1
A call to XRecolorCursor changes the color of the specified
cursor, cursor, to the specified foreground_color and
background_color.
>>STRATEGY
Create cursor.
Call XRecolorCursor to change foreground to W_BG and
background to W_FG.
>>ASSERTION B XRecolorCursor-2
When the cursor is being displayed on a screen, then the
change is visible immediately.
>>STRATEGY
Report UNTESTED
>>ASSERTION A XRecolorCursor-3
When a cursor argument does not name a valid Cursor, then a
BadCursor error occurs.
>>STRATEGY
Create cursor with shape XT_FONTCURSOR_GOOD in font cursor.
Free cursor.
Call test function using bad cursor as the cursor argument.
Verify that a BadCursor error occurs.
