#include <X11/Xmu/CurUtil.h>int XmuCursorNameToIndex(name) char *name;
XmuCursorNameToIndex takes the name of a standard cursor and returns its index in the standard cursor font.
The cursor names are formed by removing the ``XC_'' prefix from the cursor defines listed on the XCreateFontCursor(XS) manual page of Xlib - C Language X Interface.