--- ray/src/util/xglaresrc.c 1991/03/19 16:59:46 1.2 +++ ray/src/util/xglaresrc.c 1991/04/17 12:14:52 1.4 @@ -79,13 +79,13 @@ char *name; progname); exit(1); } - pickcursor = XCreateFontCursor(theDisplay, XC_target); + pickcursor = XCreateFontCursor(theDisplay, XC_hand2); /* find our window */ while (XGrabPointer(theDisplay, rwind, True, ButtonPressMask, GrabModeAsync, GrabModeAsync, None, pickcursor, CurrentTime) != GrabSuccess) sleep(2); - printf("%s: pick point in \"%s\" display window\n", progname, name); + printf("%s: click mouse in \"%s\" display window\n", progname, name); XNextEvent(theDisplay, &xev); XUngrabPointer(theDisplay, CurrentTime); if (((XButtonEvent *)&xev)->subwindow == None) {