XDefineCursor (3) Linux Manual Page
XDefineCursor, XUndefineCursor – define cursors Syntaxint XDefineCursor(Display *display, Window w, Cursor cursor); int XUndefineCursor(Display *display, Window w);Argumentscursor Specifies the cursor that is to be displayed or None. display Specifies the connection to the X server. w Specifies the window.DescriptionIf a cursor is set, it will be used when the pointer is in the window. If…
