I thought this would be easy to find, but a google search has been very unhelpful. Is there a simple api to change the mouse cursor in your X window? (I know in windows you can just call "SetCursor")
|
feedback
|
Where dpy is your display, w is your window and XC_xterm is a constant defining the shape of your cursor. Here's a list of available cursor shape, along with images. | |||
|
feedback
|
|
Looks like the equivalent of a SetCursor call is | |||
feedback
|
man Xcursor? – Troubadour Aug 27 '10 at 11:45