View Single Post
Posts: 47 | Thanked: 10 times | Joined on Dec 2007
#11
Just an idea but wouldn't setting the cursor after finding root work?

Code:
root = DefaultRootWindow(display);  // line 111
Cursor cursor=XCreateFontCursor(display,XC_arrow);
XDefineCursor(display,root,cursor);