Changes the color of a cross-hair cursor.
Enhanced X-Windows Library (libXext.a)
Status XRecolorCrossHairCursor(DisplayPtr, CursorPtr, XColorPtr) Display *DisplayPtr; Cursor *CursorPtr; Xcolor *XColorPtr;
The XRecolorCrossHairCursor extension function changes the color of a cross-hair cursor. The XColor structure is defined as follows:
typedef struct { unsigned long pixel; unsigned short red, green, blue; } XColor;
DisplayPtr | Specifies the connection to the X server. |
CursorPtr | Specifies the X server resource ID of the cursor to be recolored. |
XColorPtr | Specifies the cross-hair color. |
True | Indicates a successful recoloring of the cross-hair cursor. |
False | Indicates an unsuccessful recoloring of the cross-hair cursor. |
Using Extensions in AIXwindows in AIX Version 4.3 AIXwindows Programming Guide.
AIXwindows Overview for Programmers in AIX Version 4.3 AIXwindows Programming Guide.