Determines the attributes for the cross hair cursor on a per screen basis.
Enhanced X-Windows Library (libXext.a)
Status XGetCrossHairCursorInfo(DisplayPtr, DrawablePtr, MinimumWidth, MaximumWidth, BestWidth, Base) Display *DisplayPtr; Drawable *DrawablePtr; short *MinimumWidth; short *MaximumWidth; short *BestWidth; short *Base;
The XGetCrossHairCursorInfo extension function returns the minimum width, the maximum width, the best width, number of colors, and the type of base support for the cross hair cursor on a per screen basis. The base is returned with all the supported bases for the screen. (For example, the bit that corresponds to each type of base is ORed together. The combined value is returned.)
The value for each type of the cross hair cursor base is defined in the AIX.h file.
#define PSEUDO_BASED_CROSSHAIR 4 #define SCREEN_BASED_CROSSHAIR 1 #define WINDOW_BASED_CROSSHAIR 2 #define NO_CROSSHAIR 0
Using Extensions in AIXwindows in AIX Version 4.3 AIXwindows Programming Guide.
AIXwindows Overview for Programmers in AIX Version 4.3 AIXwindows Programming Guide.